| getLabels (cv.SuperpixelSLIC) - MATLAB File Help |
Returns the segmentation labeling of the image
labels = obj.getLabels()
int32 integer array containing the
labels of the superpixel segmentation. The labels are in the
range [0, obj.getNumberOfSuperpixels()].The function returns an image with the labels of the superpixel
segmentation. The labels are in the range
[0, obj.getNumberOfSuperpixels()].
Each label represents a superpixel, and each pixel is assigned to one superpixel label.
| Access | public |
| Sealed | false |
| Static | false |