|  | OpenCV
    3.4.12
    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 | |
| cv::ximgproc | |
| Typedefs | |
| typedef enum SLIC | cv::ximgproc::SLICType | 
| Enumerations | |
| enum | cv::ximgproc::SLIC { 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... | |
 1.8.13
 1.8.13