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 SuperpixelSLIC
SuperpixelSLIC. __fromPtr__(long addr)
static SuperpixelSLIC
Ximgproc. createSuperpixelSLIC(Mat image)
Initialize a SuperpixelSLIC objectstatic SuperpixelSLIC
Ximgproc. createSuperpixelSLIC(Mat image, int algorithm)
Initialize a SuperpixelSLIC objectstatic SuperpixelSLIC
Ximgproc. createSuperpixelSLIC(Mat image, int algorithm, int region_size)
Initialize a SuperpixelSLIC objectstatic SuperpixelSLIC
Ximgproc. createSuperpixelSLIC(Mat image, int algorithm, int region_size, float ruler)
Initialize a SuperpixelSLIC object
-