OpenCV  3.1.0
Open Source Computer Vision
Classes | Functions
cv::ximgproc::segmentation Namespace Reference

Classes

class  Edge
 
class  GraphSegmentation
 Graph Based Segmentation Algorithm. The class implements the algorithm described in [44] . More...
 
class  PointSet
 
class  PointSetElement
 

Functions

Ptr< GraphSegmentationcreateGraphSegmentation (double sigma=0.5, float k=300, int min_size=100)
 Creates a graph based segmentor. More...