| CvBlobLibFilterByLabel Method |
Filter blobs by label.
Delete all blobs except those with label l.
Namespace:
OpenCvSharp.Blob
Assembly:
OpenCvSharp.Blob (in OpenCvSharp.Blob.dll) Version: 1.0.0
Syntax public static void FilterByLabel(
CvBlobs blobs,
int label
)
Public Shared Sub FilterByLabel (
blobs As CvBlobs,
label As Integer
)
public:
static void FilterByLabel(
CvBlobs^ blobs,
int label
)
static member FilterByLabel :
blobs : CvBlobs *
label : int -> unit
Parameters
- blobs
- Type: OpenCvSharp.BlobCvBlobs
List of blobs. - label
- Type: SystemInt32
Label to leave.
See Also