Get or Set the Kalman Gain

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

Syntax

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

See Also