Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

rvec and tvec are standing for the transformation from the object coordinate system to the camera coordinate system. It is also called a rigid motion. You need to use the formula of ridriguez to build a rotation matrix from rvec. then, you can combine the rotation matrix and translation vector to a 4X4 matrix for exmaple.