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.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public Matrix<double> TranslationVector { get; set; }

Property Value

Type: MatrixDouble
See Also