MATLAB File Help: cv.SuperpixelSLIC/SuperpixelSLIC Index
cv.SuperpixelSLIC/SuperpixelSLIC

Class implementing the SLIC (Simple Linear Iterative Clustering) superpixels

obj = cv.SuperpixelSLIC(img)
obj = cv.SuperpixelSLIC(img, 'OptionName',optionValue, ...)

Input

Options

The function initializes a SuperpixelSLIC object for the input image. It sets the parameters of choosed superpixel algorithm, which are: RegionSize and Ruler. It preallocate some buffers for future computing iterations over the given image. An example of SLIC versus SLICO is ilustrated in the following picture.

<<http://docs.opencv.org/3.1.0/slic_slico_kermit.png>>

See also