MATLAB File Help: cv.SuperpixelSLIC/iterate | Index |
Calculates the superpixel segmentation on a given image with the initialized parameters in the object
obj.iterate()
obj.iterate('OptionName',optionValue, ...)
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.
Access | public |
Sealed | false |
Static | false |