OpenCV  4.6.0
Open Source Computer Vision
Classes | Namespaces | Functions
scansegment.hpp File Reference
#include <opencv2/core.hpp>

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. [154] for original paper. More...
 

Namespaces

 cv
 "black box" representation of the file storage associated with a file on disk.
 
 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...