Click or drag to resize

KalmanFilterStatePre Property

http://www.emgu.com
Predicted state (x'(k)): x(k)=A*x(k-1)+B*u(k)

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public Mat StatePre { get; }

Return Value

Type: Mat
The result
See Also