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

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

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

Input

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 blocks of pixels that lie at the boundaries from large to smaller size, finalizing with proposing pixel updates. An illustrative example can be seen below.

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

This function can be called again for other images without the need of initializing the algorithm with 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