MATLAB File Help: cv.SuperpixelSLIC/getLabelContourMask | Index |
Returns the mask of the superpixel segmentation stored in object
img = obj.getLabelContourMask()
img = obj.getLabelContourMask('OptionName',optionValue, ...)
logical
image mask where 1 indicates that the
pixel is a superpixel border, and 0 otherwise.The function return the boundaries of the superpixel segmentation.
Access | public |
Sealed | false |
Static | false |