Uses of Class
org.opencv.ximgproc.SuperpixelSLIC
-
Packages that use SuperpixelSLIC Package Description org.opencv.ximgproc -
-
Uses of SuperpixelSLIC in org.opencv.ximgproc
Methods in org.opencv.ximgproc that return SuperpixelSLIC Modifier and Type Method Description static SuperpixelSLICSuperpixelSLIC. __fromPtr__(long addr)static SuperpixelSLICXimgproc. createSuperpixelSLIC(Mat image)Initialize a SuperpixelSLIC objectstatic SuperpixelSLICXimgproc. createSuperpixelSLIC(Mat image, int algorithm)Initialize a SuperpixelSLIC objectstatic SuperpixelSLICXimgproc. createSuperpixelSLIC(Mat image, int algorithm, int region_size)Initialize a SuperpixelSLIC objectstatic SuperpixelSLICXimgproc. createSuperpixelSLIC(Mat image, int algorithm, int region_size, float ruler)Initialize a SuperpixelSLIC object
-