Click or drag to resize
CvBlobDetectorDrawBlobsMask Method
http://www.emgu.com
Get the binary mask for the blobs listed in the CvBlobs

Namespace: Emgu.CV.Cvb
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public Image<Gray, byte> DrawBlobsMask(
	CvBlobs blobs
)

Parameters

blobs
Type: Emgu.CV.CvbCvBlobs
The blobs

Return Value

Type: ImageGray, Byte
The binary mask for the specific blobs
See Also