Loading...
Searching...
No Matches
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. [loke2021accelerated] 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< ScanSegment > | cv::ximgproc::createScanSegment (int image_width, int image_height, int num_superpixels, int slices=8, bool merge_small=true) |
| Initializes a ScanSegment object. | |
1.9.6