OpenCV
3.2.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 | |
cv::ximgproc | |
Enumerations | |
enum | cv::ximgproc::SLIC { cv::ximgproc::SLIC = 100, cv::ximgproc::SLICO = 101 } |
Class implementing the SLIC (Simple Linear Iterative Clustering) superpixels. More... | |
Functions | |
Ptr< SuperpixelSLIC > | cv::ximgproc::createSuperpixelSLIC (InputArray image, int algorithm=SLICO, int region_size=10, float ruler=10.0f) |