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

Blob tracker that integrates meanshift and connected components:

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 CvCreateBlobTrackerMSFGS()
Public Shared Function CvCreateBlobTrackerMSFGS As IntPtr
public:
static IntPtr CvCreateBlobTrackerMSFGS()

Return Value

Pointer to the blob tracker

See Also