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
Parameters
- blobs
- Type: OpenCvSharp.BlobCvBlobs
List of blobs to be drawn. - imgOut
- Type: OpenCvSharpIplImage
Output binary image (depth=IPL_DEPTH_8U and nchannels=1).
See Also