KalmanFilterErrorCovPost Property |
http://www.emgu.com
posteriori error estimate covariance matrix (P(k)): P(k)=(I-K(k)*H)*P'(k)
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic Mat ErrorCovPost { get; }
Public ReadOnly Property ErrorCovPost As Mat
Get
public:
property Mat^ ErrorCovPost {
Mat^ get ();
}
member ErrorCovPost : Mat with get
Property Value
Type:
Mat
See Also