| KalmanFilterErrorCovPost Property  | 
        
         
            posteriori error estimate covariance matrix (P(k)): P(k)=(I-K(k)*H)*P'(k)
            
 
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxpublic Mat ErrorCovPost { get; }Public ReadOnly Property ErrorCovPost As Mat
	Get
public:
property Mat^ ErrorCovPost {
	Mat^ get ();
}member ErrorCovPost : Mat with get
function get_ErrorCovPost();
Property Value
Type: 
Mat See Also
See Also