Click or drag to resize

SuperpixelSLICGetLabels Method

Returns the segmentation labeling of the image. Each label represents a superpixel, and each pixel is assigned to one superpixel label. The function returns an image with the labels of the superpixel segmentation. The labels are in the range[0, getNumberOfSuperpixels()].

Namespace:  OpenCvSharp.XImgProc
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public virtual void GetLabels(
	OutputArray labelsOut
)

Parameters

labelsOut
Type: OpenCvSharpOutputArray

[Missing <param name="labelsOut"/> documentation for "M:OpenCvSharp.XImgProc.SuperpixelSLIC.GetLabels(OpenCvSharp.OutputArray)"]

See Also