Click or drag to resize

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
)

Parameters

blobs
Type: OpenCvSharp.BlobCvBlobs
List of blobs.
label
Type: SystemInt32
Label to leave.
See Also