OpenCV
3.1.0
Open Source Computer Vision
|
Classes | |
class | cv::ximgproc::segmentation::GraphSegmentation |
Graph Based Segmentation Algorithm. The class implements the algorithm described in [44] . More... | |
Functions | |
Ptr< GraphSegmentation > | cv::ximgproc::segmentation::createGraphSegmentation (double sigma=0.5, float k=300, int min_size=100) |
Creates a graph based segmentor. More... | |
Ptr<GraphSegmentation> cv::ximgproc::segmentation::createGraphSegmentation | ( | double | sigma = 0.5 , |
float | k = 300 , |
||
int | min_size = 100 |
||
) |
Creates a graph based segmentor.
sigma | The sigma parameter, used to smooth image |
k | The k parameter of the algorythm |
min_size | The minimum size of segments |