OpenCV
4.0.0
Open Source Computer Vision
|
#include <opencv2/core.hpp>
Classes | |
class | cv::ximgproc::SuperpixelSLIC |
Class implementing the SLIC (Simple Linear Iterative Clustering) superpixels algorithm described in [1]. More... | |
Namespaces | |
cv | |
"black box" representation of the file storage associated with a file on disk. | |
cv::ximgproc | |
Enumerations | |
enum | cv::ximgproc::SLICType { cv::ximgproc::SLIC = 100, cv::ximgproc::SLICO = 101, cv::ximgproc::MSLIC = 102 } |
Functions | |
Ptr< SuperpixelSLIC > | cv::ximgproc::createSuperpixelSLIC (InputArray image, int algorithm=SLICO, int region_size=10, float ruler=10.0f) |
Initialize a SuperpixelSLIC object. More... | |