Click or drag to resize

CvBlobsFilterByLabel 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 void FilterByLabel(
	int label
)

Parameters

label
Type: SystemInt32
Label to leave.
See Also