Get or Set the translation vector ( as 3 x 1 matrix)

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<double> TranslationVector { get; set; }
Public Property TranslationVector As Matrix(Of Double)
public:
property Matrix<double>^ TranslationVector {
	Matrix<double>^ get ();
	void set (Matrix<double>^ value);
}

See Also