Emgu CV Library Documentation
TranslationVector Property
NamespacesEmgu.CVExtrinsicCameraParametersTranslationVector

www.emgu.com/wiki
Get or Set the translation vector ( as 3 x 1 matrix)
Declaration Syntax
C#Visual BasicVisual 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);
}

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)