ExtrinsicCameraParametersTranslationVector Property |
http://www.emgu.com
Get or Set the translation vector ( as 3 x 1 matrix)
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic Matrix<double> TranslationVector { get; set; }
Public Property TranslationVector As Matrix(Of Double)
Get
Set
public:
property Matrix<double>^ TranslationVector {
Matrix<double>^ get ();
void set (Matrix<double>^ value);
}
member TranslationVector : Matrix<float> with get, set
Property Value
Type:
MatrixDouble
See Also