Click or drag to resize

SupperpixelSEEDSGetLabels Method

http://www.emgu.com
Returns the segmentation labeling of the image. Each label represents a superpixel, and each pixel is assigned to one superpixel label.

Namespace:  Emgu.CV.XImgproc
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public void GetLabels(
	IOutputArray labels
)

Parameters

labels
Type: Emgu.CVIOutputArray
Return: A CV_32UC1 integer array containing the labels of the superpixel segmentation. The labels are in the range [0, NumberOfSuperpixels].
See Also