http://www.emgu.com
Get a simple 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 CvCreateBlobDetectorSimple()
Visual Basic
Public Shared Function CvCreateBlobDetectorSimple As IntPtr
Visual C++
public:
static IntPtr CvCreateBlobDetectorSimple()

Return Value

Pointer to the blob detector

See Also