Get or Set the Kalman Gain

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

Syntax

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

See Also