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

Calculates the superpixel segmentation on a given image with the initialized parameters in the object

obj.iterate()
obj.iterate('OptionName',optionValue, ...)

Options

The function computes the superpixels segmentation of an image with the parameters initialized with the constructor. The algorithms starts from a grid of superpixels and then refines the boundaries by proposing updates of edges boundaries.

This function can be called again without the need of initializing the algorithm with the constructor This save the computational cost of allocating memory for all the structures of the algorithm.

See also
Method Details
Access public
Sealed false
Static false