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

Return Value

Type: Mat
The result
See Also