http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Estimates the subsequent stochastic model state by its current state and stores it at kalman->state_pre
The function returns the estimated state
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static IntPtr cvKalmanPredict( ref MCvKalman kalman, IntPtr control ) |
Visual Basic |
---|
Public Shared Function cvKalmanPredict ( _ ByRef kalman As MCvKalman, _ control As IntPtr _ ) As IntPtr |
Visual C++ |
---|
public: static IntPtr cvKalmanPredict( MCvKalman% kalman, IntPtr control ) |
Parameters
- kalman
- Type: Emgu.CV.Structure..::..MCvKalman%
Kalman filter state
- control
- Type: System..::..IntPtr
Control vector (uk), should be NULL iff there is no external control (controlParams=0).