Get or Set the prior error convariance 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> ErrorCovariancePre { get; set; }
Visual Basic (Declaration)
Public Property ErrorCovariancePre As Matrix(Of Single)
Visual C++
public:
property Matrix<float>^ ErrorCovariancePre {
	Matrix<float>^ get ();
	void set (Matrix<float>^ value);
}

See Also