Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Hi,

I found this:

  • if the rotation R between the cameras is known and if you have also the camera intrinsic parameters for both of the cameras,
  • and if there is no translation between the camera frames, the homography matrix can be computed as: Homography [1].

There is also a function called decomposeHomographyMat(based on [2]) in OpenCV 3.0 that extract from an homography matrix and a camera calibration matrix a list of possible solution for rotation R, translation t and plane normals. Maybe you can use it to test if the formula above is correct. You can also use the function findHomography to test.

If you find some results, feel free to share and update your post.

Hi,

I found this:

  • if the rotation R between the cameras is known and if you have also the camera intrinsic parameters for both of the cameras,
  • and if there is no translation between the camera frames, the homography matrix can be computed as: Homography [1].

There is also a function called decomposeHomographyMat(based on [2]) in OpenCV 3.0 that extract from an homography matrix and a camera calibration matrix a list of possible solution for rotation R, translation t and plane normals. Maybe you can use it to test if the formula above is correct. You can also use the function findHomography to test.

If you find some results, feel free to share and update your post.

(1): Homography, Dr. Gerhard Roth, p11

(2): Malis, E. and Vargas, M. Deeper understanding of the homography decomposition for vision-based control, Research Report 6303, INRIA (2007)