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.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public Mat StatePre { get; }

Property Value

Type: Mat
See Also