Click or drag to resize

KalmanFilterErrorCovPre Property

http://www.emgu.com
priori error estimate covariance matrix (P'(k)): P'(k)=A*P(k-1)*At + Q)

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

Return Value

Type: Mat
The result
See Also