http://www.emgu.com
Particle filtering via Bhattacharya coefficient, which is roughly the dot-product of two probability densities.

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

Return Value

Pointer to the blob tracker

Remarks

See: Real-Time Tracking of Non-Rigid Objects using Mean Shift Comanicius, Ramesh, Meer, 2000, 8p

See Also