CvBlobDetectorDrawBlobsMask Method |
http://www.emgu.com
Get the binary mask for the blobs listed in the CvBlobs
Namespace:
Emgu.CV.Cvb
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
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