OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations | Functions
slic.hpp File Reference
#include <opencv2/core.hpp>
Include dependency graph for slic.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  cv::ximgproc::SuperpixelSLIC
 Class implementing the SLIC (Simple Linear Iterative Clustering) superpixels algorithm described in [1]. More...
 

Namespaces

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

Enumerations

enum  cv::ximgproc::SLICType {
  cv::ximgproc::SLIC = 100 ,
  cv::ximgproc::SLICO = 101 ,
  cv::ximgproc::MSLIC = 102
}
 

Functions

Ptr< SuperpixelSLICcv::ximgproc::createSuperpixelSLIC (InputArray image, int algorithm=SLICO, int region_size=10, float ruler=10.0f)
 Initialize a SuperpixelSLIC object.