http://www.emgu.com
Returns a Kalman blob tracking post process module

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

Return Value

Pointer to the tracking module

See Also