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

See Also