CvKalmanUpdateByTime Method (CvMat) OpenCvSharp Class Library
Estimates subsequent model state

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public CvMat UpdateByTime(
	CvMat control
)

Parameters

control
Type: OpenCvSharpCvMat
Control vector (uk), should be null iff there is no external control (control_params=0).

Return Value

Type: CvMat
The function returns the estimated state.
See Also

Reference