http://www.emgu.com
Simple blob tracker based on connected component tracking

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 CvCreateBlobTrackerCC()
Visual Basic
Public Shared Function CvCreateBlobTrackerCC As IntPtr
Visual C++
public:
static IntPtr CvCreateBlobTrackerCC()

Return Value

Pointer to the blob tracker

See Also