Particle filtering via Bhattacharya coefficient, which is roughly the dot-product of two probability densities.

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)

Syntax

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