| CvBlobLibGetLabel Method |
Get the label value from a labeled image.
Namespace:
OpenCvSharp.Blob
Assembly:
OpenCvSharp.Blob (in OpenCvSharp.Blob.dll) Version: 1.0.0
Syntax public static int GetLabel(
CvBlobs blobs,
int x,
int y
)
Public Shared Function GetLabel (
blobs As CvBlobs,
x As Integer,
y As Integer
) As Integer
public:
static int GetLabel(
CvBlobs^ blobs,
int x,
int y
)
static member GetLabel :
blobs : CvBlobs *
x : int *
y : int -> int
Parameters
- blobs
- Type: OpenCvSharp.BlobCvBlobs
Blob data. - x
- Type: SystemInt32
X coordenate. - y
- Type: SystemInt32
Y coordenate.
Return Value
Type:
Int32Label value.
See Also