Click or drag to resize
CvBlobDetectorDetect Method
http://www.emgu.com
Detect blobs from input image.

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

Parameters

img
Type: Emgu.CVImageGray, Byte
The input image
blobs
Type: Emgu.CV.CvbCvBlobs
The storage for the detected blobs

Return Value

Type: UInt32
Number of pixels that has been labeled.
See Also