| CvBlobLibFilterLabels Method |
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
Syntax public static void FilterLabels(
CvBlobs blobs,
Mat imgOut
)
Public Shared Sub FilterLabels (
blobs As CvBlobs,
imgOut As Mat
)
public:
static void FilterLabels(
CvBlobs^ blobs,
Mat^ imgOut
)
static member FilterLabels :
blobs : CvBlobs *
imgOut : Mat -> unit
Parameters
- blobs
- Type: OpenCvSharp.BlobCvBlobs
List of blobs to be drawn. - imgOut
- Type: OpenCvSharpMat
Output binary image (depth=IPL_DEPTH_8U and nchannels=1).
See Also