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: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic Mat ErrorCovPost { get; }
Public ReadOnly Property ErrorCovPost As Mat
Get
public:
property Mat^ ErrorCovPost {
Mat^ get ();
}
member ErrorCovPost : Mat with get
Return Value
Type:
MatThe result
See Also