Releases the structure CvKalman and all underlying matrices

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

Syntax

C#
public static void cvReleaseKalman(
	ref IntPtr kalman
)
Visual Basic (Declaration)
Public Shared Sub cvReleaseKalman ( _
	ByRef kalman As IntPtr _
)
Visual C++
public:
static void cvReleaseKalman(
	IntPtr% kalman
)

Parameters

kalman
Type: System..::.IntPtr %
reference of the pointer to the Kalman filter structure.

See Also