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

Property Value

Type: Mat
See Also