Releases the structure CvKalman and all underlying matrices
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 void cvReleaseKalman(
ref IntPtr kalman
)
Public Shared Sub cvReleaseKalman ( _
ByRef kalman As IntPtr _
)
public:
static void cvReleaseKalman(
IntPtr% kalman
)
Parameters
- kalman
-
IntPtr
%
reference of the pointer to the Kalman filter structure.
See Also