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 GraphSegmentation
GraphSegmentation. __fromPtr__(long addr)
static GraphSegmentation
Ximgproc. createGraphSegmentation()
Creates a graph based segmentorstatic GraphSegmentation
Ximgproc. createGraphSegmentation(double sigma)
Creates a graph based segmentorstatic GraphSegmentation
Ximgproc. createGraphSegmentation(double sigma, float k)
Creates a graph based segmentorstatic GraphSegmentation
Ximgproc. 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 void
SelectiveSearchSegmentation. addGraphSegmentation(GraphSegmentation g)
Add a new graph segmentation in the list of graph segementations to process.
-