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

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

Syntax

C#
public Matrix<double> TranslationVector { get; set; }
Visual Basic (Declaration)
Public Property TranslationVector As Matrix(Of Double)
Visual C++
public:
property Matrix<double>^ TranslationVector {
	Matrix<double>^ get ();
	void set (Matrix<double>^ value);
}

See Also