CvBlobLibGetLabel Method OpenCvSharp Class Library
Get the label value from a labeled image.

Namespace:  OpenCvSharp.Blob
Assembly:  OpenCvSharp.Blob (in OpenCvSharp.Blob.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static int GetLabel(
	CvBlobs blobs,
	int x,
	int y
)

Parameters

blobs
Type: OpenCvSharp.BlobCvBlobs
Blob data.
x
Type: SystemInt32
X coordenate.
y
Type: SystemInt32
Y coordenate.

Return Value

Type: Int32
Label value.
See Also

Reference