This module contains implementations of modern structured edge detection algorithms, i.e. algorithms which somehow takes into account pixel affinities in natural images.
@defgroup ximgproc_edgeboxes EdgeBoxes
@defgroup ximgproc_filters Filters
@defgroup ximgproc_superpixel Superpixels
@defgroup ximgproc_segmentation Image segmentation
@defgroup ximgproc_fast_line_detector Fast line detector
@defgroup ximgproc_fourier Fourier descriptors
@}
◆ createRFFeatureGetter()
| Python: |
|---|
| retval | = | cv.ximgproc.createRFFeatureGetter( | | ) |
◆ createStructuredEdgeDetection()
| Python: |
|---|
| retval | = | cv.ximgproc.createStructuredEdgeDetection( | model[, howToGetFeatures] | ) |
The only constructor
- Parameters
-
| model | : name of the file where the model is stored |
| howToGetFeatures | : optional object inheriting from RFFeatureGetter. You need it only if you would like to train your own forest, pass NULL otherwise |