$darkmode
OpenCV 4.12.0
Open Source Computer Vision
Classes | Namespaces | Functions
scansegment.hpp File Reference
#include <opencv2/core.hpp>
Include dependency graph for scansegment.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  cv::ximgproc::ScanSegment
 Class implementing the F-DBSCAN (Accelerated superpixel image segmentation with a parallelized DBSCAN algorithm) superpixels algorithm by Loke SC, et al. [173] for original paper. More...
 

Namespaces

 cv
 
 cv::ximgproc
 

Functions

cv::Ptr< ScanSegment > cv::ximgproc::createScanSegment (int image_width, int image_height, int num_superpixels, int slices=8, bool merge_small=true)
 Initializes a ScanSegment object. More...