Table of Contents

Method GetLabelContourMask

Namespace
OpenCvSharp.XImgProc
Assembly
OpenCvSharp.dll

GetLabelContourMask(OutputArray, bool)

Returns the mask of the superpixel segmentation stored in the ScanSegment object. The function returns the boundaries of the superpixel segmentation.

public virtual void GetLabelContourMask(OutputArray image, bool thickLine = false)

Parameters

image OutputArray

Return: CV_8UC1 image mask where -1 indicates that the pixel is a superpixel border, and 0 otherwise.

thickLine bool

If false, the border is only one pixel wide, otherwise all pixels at the border are masked.