Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Try this:

  • For each camera, you have the corresponding homogeneous transformation matrix between each camera frame and the world frame: image description
  • It means that you can convert a coordinate in the camera frame to a coordinate in the world frame: image description

If you want to get the homogeneous transformation matrix between camera1 and camera2 image description:

image description

With: image description

And: image description

Also, the product of two homogeneous transformation matrices is:

image description

What you want should be:

image description

image description