Convert camera pose to extrinsics
[
returns
the camera extrinsics, rotationMatrix
,translationVector
]
= cameraPoseToExtrinsics(orientation
,location
)rotationMatrix
and translationVector
,
which represent the coordinate system transformation from world coordinates
to camera coordinates. The inputs, orientation
and location
,
represent the 3-D camera pose in the world coordinates.