OpenCV  5.0.0-pre
Open Source Computer Vision
Loading...
Searching...
No Matches
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. [167] for original paper. More...
 

Namespaces

namespace  cv
 "black box" representation of the file storage associated with a file on disk.
 
namespace  cv::ximgproc
 

Functions

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