CvBlobsFilterLabels Method OpenCvSharp Class Library
Draw a binary image with the blobs that have been given. (cvFilterLabels)

Namespace:  OpenCvSharp.Blob
Assembly:  OpenCvSharp.Blob (in OpenCvSharp.Blob.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void FilterLabels(
	IplImage imgOut
)

Parameters

imgOut
Type: OpenCvSharpIplImage
Output binary image (depth=IPL_DEPTH_8U and nchannels=1).
See Also

Reference