Click or drag to resize

KalmanFilterErrorCovPost Property

http://www.emgu.com
posteriori error estimate covariance matrix (P(k)): P(k)=(I-K(k)*H)*P'(k)

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

Return Value

Type: Mat
The result
See Also