[This is preliminary documentation and is subject to change.]

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.0.0.0 (2.0.0.0)

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