| CvBlobsGetLabel Method |
Label the connected parts of a binary image. (cvLabel)
Namespace:
OpenCvSharp.Blob
Assembly:
OpenCvSharp.Blob (in OpenCvSharp.Blob.dll) Version: 1.0.0
Syntax public int GetLabel(
int x,
int y
)
Public Function GetLabel (
x As Integer,
y As Integer
) As Integer
public:
int GetLabel(
int x,
int y
)
member GetLabel :
x : int *
y : int -> int
Parameters
- x
- Type: SystemInt32
[Missing <param name="x"/> documentation for "M:OpenCvSharp.Blob.CvBlobs.GetLabel(System.Int32,System.Int32)"]
- y
- Type: SystemInt32
[Missing <param name="y"/> documentation for "M:OpenCvSharp.Blob.CvBlobs.GetLabel(System.Int32,System.Int32)"]
Return Value
Type:
Int32Number of pixels that has been labeled.
See Also