$darkmode
404 Not Found

404 Not Found


nginx
OpenCV 4.11.0
Open Source Computer Vision
BEGIN_CUSTOM_MATHJAX // END_CUSTOM_MATHJAX
Classes | Namespaces | Functions
structured_edge_detection.hpp File Reference
#include <opencv2/core.hpp>
Include dependency graph for structured_edge_detection.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  cv::ximgproc::RFFeatureGetter
 
class  cv::ximgproc::StructuredEdgeDetection
 Class implementing edge detection algorithm from [Dollar2013] : More...
 

Namespaces

namespace  cv
 
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
Author
Yury Gitman