Click or drag to resize
KalmanFilterStatePost Property
http://www.emgu.com
Corrected state (x(k)): x(k)=x'(k)+K(k)*(z(k)-H*x'(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 StatePost { get; }

Property Value

Type: Mat
See Also