http://www.emgu.com
Get a CC blob detector

Namespace: Emgu.CV.VideoSurveillance
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)

Syntax

C#
public static IntPtr CvCreateBlobDetectorCC()
Visual Basic
Public Shared Function CvCreateBlobDetectorCC As IntPtr
Visual C++
public:
static IntPtr CvCreateBlobDetectorCC()

Return Value

Pointer to the blob detector

See Also