Overload List
| Name | Description | |
|---|---|---|
| cvKalmanPredict(MCvKalman%, IntPtr) |
Estimates the subsequent stochastic model state by its current state and stores it at kalman->state_pre
The function returns the estimated state
| |
| cvKalmanPredict(IntPtr, IntPtr) |
Estimates the subsequent stochastic model state by its current state and stores it at kalman->state_pre
The function returns the estimated state
|