pycvcam.OrthographicExtrinsic.translation_vector#
- property OrthographicExtrinsic.translation_vector: ndarray | None#
Get or set the translation vector
tvecof the extrinsic transformation.The translation vector is a numpy array of shape (3,) representing the translation of the camera in the world coordinate system.
Note
An alias for
translation_vectoristvec.See also
pycvcam.OrthographicExtrinsic.rotation_vector()orrvecto set the rotation vector of the extrinsic transformation.
- Returns:
The translation vector of the camera in the world coordinate system. (or None if not set)
- Return type:
Optional[numpy.ndarray]