| CvBlobsFilterLabels 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 void FilterLabels(
Mat imgOut
)
Public Sub FilterLabels (
imgOut As Mat
)
public:
void FilterLabels(
Mat^ imgOut
)
member FilterLabels :
imgOut : Mat -> unit
Parameters
- imgOut
- Type: OpenCvSharpMat
Output binary image (depth=IPL_DEPTH_8U and nchannels=1).
See Also