CvBlobDetectorDrawBlobsMask Method |
http://www.emgu.com
Get the binary mask for the blobs listed in the CvBlobs
Namespace: Emgu.CV.CvbAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic Image<Gray, byte> DrawBlobsMask(
CvBlobs blobs
)
Public Function DrawBlobsMask (
blobs As CvBlobs
) As Image(Of Gray, Byte)
public:
Image<Gray, unsigned char>^ DrawBlobsMask(
CvBlobs^ blobs
)
member DrawBlobsMask :
blobs : CvBlobs -> Image<Gray, byte>
Parameters
- blobs
- Type: Emgu.CV.CvbCvBlobs
The blobs
Return Value
Type:
ImageGray,
ByteThe binary mask for the specific blobs
See Also