OpenCV
3.1.0
Open Source Computer Vision
|
#include <opencv2/core.hpp>
Classes | |
class | cv::ximgproc::segmentation::Edge |
class | cv::ximgproc::segmentation::GraphSegmentation |
Graph Based Segmentation Algorithm. The class implements the algorithm described in [44] . More... | |
class | cv::ximgproc::segmentation::PointSet |
class | cv::ximgproc::segmentation::PointSetElement |
Namespaces | |
cv | |
cv::ximgproc | |
cv::ximgproc::segmentation | |
Functions | |
Ptr< GraphSegmentation > | cv::ximgproc::segmentation::createGraphSegmentation (double sigma=0.5, float k=300, int min_size=100) |
Creates a graph based segmentor. More... | |