| KalmanFilterErrorCovPre Property  | 
        
         
            priori error estimate covariance matrix (P'(k)): P'(k)=A*P(k-1)*At + Q)*/
            
 
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxpublic Mat ErrorCovPre { get; }Public ReadOnly Property ErrorCovPre As Mat
	Get
public:
property Mat^ ErrorCovPre {
	Mat^ get ();
}member ErrorCovPre : Mat with get
function get_ErrorCovPre();
Property Value
Type: 
Mat See Also
See Also