Get or Set the posteriori error estimate covariance matrix

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public Matrix<float> ErrorCovariancePost { get; set; }
Visual Basic (Declaration)
Public Property ErrorCovariancePost As Matrix(Of Single)
Visual C++
public:
property Matrix<float>^ ErrorCovariancePost {
	Matrix<float>^ get ();
	void set (Matrix<float>^ value);
}

See Also