Loading...
Searching...
No Matches
structured_edge_detection.hpp File Reference
#include <opencv2/core.hpp>
Classes | |
class | cv::ximgproc::RFFeatureGetter |
class | cv::ximgproc::StructuredEdgeDetection |
Class implementing edge detection algorithm from [Dollar2013] : More... | |
Namespaces | |
namespace | cv |
"black box" representation of the file storage associated with a file on disk. | |
namespace | cv::ximgproc |
Functions | |
Ptr< RFFeatureGetter > | cv::ximgproc::createRFFeatureGetter () |
Ptr< StructuredEdgeDetection > | cv::ximgproc::createStructuredEdgeDetection (const String &model, Ptr< const RFFeatureGetter > howToGetFeatures=Ptr< RFFeatureGetter >()) |
Detailed Description
- Date
- Jun 17, 2014