Estimates subsequent model state
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- kalman
- Type: OpenCvSharpCvKalman
Kalman filter state. - control
- Type: OpenCvSharpCvMat
Control vector (uk), should be null iff there is no external control (control_params=0).
Return Value
Type: CvMatThe function returns the estimated state.
See Also