Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The equations are:

  • camera pose transformation matrix:

cTo

This matrix allows to transform a 3D point expressed in the object frame into the camera frame:

image description

  • similarly, the projector pose transformation matrix:

pTo

  • the transformation between the camera frame and the projector frame can be calculated as:

cTp

See a robotic course about homogeneous transformation matrix for more information.