Uses of Class
org.opencv.ximgproc.SuperpixelSEEDS
-
Packages that use SuperpixelSEEDS Package Description org.opencv.ximgproc -
-
Uses of SuperpixelSEEDS in org.opencv.ximgproc
Methods in org.opencv.ximgproc that return SuperpixelSEEDS Modifier and Type Method Description static SuperpixelSEEDS
SuperpixelSEEDS. __fromPtr__(long addr)
static SuperpixelSEEDS
Ximgproc. createSuperpixelSEEDS(int image_width, int image_height, int image_channels, int num_superpixels, int num_levels)
Initializes a SuperpixelSEEDS object.static SuperpixelSEEDS
Ximgproc. createSuperpixelSEEDS(int image_width, int image_height, int image_channels, int num_superpixels, int num_levels, int prior)
Initializes a SuperpixelSEEDS object.static SuperpixelSEEDS
Ximgproc. createSuperpixelSEEDS(int image_width, int image_height, int image_channels, int num_superpixels, int num_levels, int prior, int histogram_bins)
Initializes a SuperpixelSEEDS object.static SuperpixelSEEDS
Ximgproc. createSuperpixelSEEDS(int image_width, int image_height, int image_channels, int num_superpixels, int num_levels, int prior, int histogram_bins, boolean double_step)
Initializes a SuperpixelSEEDS object.
-