Uses of Class
org.opencv.ximgproc.SuperpixelLSC
-
Packages that use SuperpixelLSC Package Description org.opencv.ximgproc -
-
Uses of SuperpixelLSC in org.opencv.ximgproc
Methods in org.opencv.ximgproc that return SuperpixelLSC Modifier and Type Method Description static SuperpixelLSCSuperpixelLSC. __fromPtr__(long addr)static SuperpixelLSCXimgproc. createSuperpixelLSC(Mat image)Class implementing the LSC (Linear Spectral Clustering) superpixelsstatic SuperpixelLSCXimgproc. createSuperpixelLSC(Mat image, int region_size)Class implementing the LSC (Linear Spectral Clustering) superpixelsstatic SuperpixelLSCXimgproc. createSuperpixelLSC(Mat image, int region_size, float ratio)Class implementing the LSC (Linear Spectral Clustering) superpixels
-