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
Parameters
- blobs
- Type: OpenCvSharp.BlobCvBlobs
Blob data. - x
- Type: SystemInt32
X coordenate. - y
- Type: SystemInt32
Y coordenate.
Return Value
Type: Int32Label value.
See Also