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

Property Value

Type: Mat
See Also