Click or drag to resize
ExtrinsicCameraParametersTranslationVector Property
http://www.emgu.com
Get or Set the translation vector ( as 3 x 1 matrix)

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public Matrix<double> TranslationVector { get; set; }

Property Value

Type: MatrixDouble
See Also