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

Property Value

Type: Mat
See Also