Uses of Class
org.opencv.ximgproc.GraphSegmentation
-
Packages that use GraphSegmentation Package Description org.opencv.ximgproc -
-
Uses of GraphSegmentation in org.opencv.ximgproc
Methods in org.opencv.ximgproc that return GraphSegmentation Modifier and Type Method Description static GraphSegmentationGraphSegmentation. __fromPtr__(long addr)static GraphSegmentationXimgproc. createGraphSegmentation()Creates a graph based segmentorstatic GraphSegmentationXimgproc. createGraphSegmentation(double sigma)Creates a graph based segmentorstatic GraphSegmentationXimgproc. createGraphSegmentation(double sigma, float k)Creates a graph based segmentorstatic GraphSegmentationXimgproc. createGraphSegmentation(double sigma, float k, int min_size)Creates a graph based segmentorMethods in org.opencv.ximgproc with parameters of type GraphSegmentation Modifier and Type Method Description voidSelectiveSearchSegmentation. addGraphSegmentation(GraphSegmentation g)Add a new graph segmentation in the list of graph segementations to process.
-