OpenCV
4.7.0
Open Source Computer Vision
|
#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. [155] 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... | |