www.emgu.com/wiki
Adjusts stochastic model state on the basis of the given measurement of the model state.
The function stores adjusted state at kalman->state_post and returns it on output

Declaration Syntax
Public Shared Function cvKalmanCorrect ( _
ByRef kalman As MCvKalman, _
measurement As IntPtr _
) As IntPtr

Parameters
- kalman (
MCvKalman
%)
- Pointer to the structure to be updated
- measurement (IntPtr)
- Pointer to the structure CvMat containing the measurement vector

Return Value
The function stores adjusted state at kalman->state_post and returns it on output
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)