I am following this Opencv Pose Estimation official tutorial to get absolute poses for two views, which are attached following.
As you can see, in this case, they are totally opposite to each other, therefore I am having a hard time getting the absolute rotation matrix and translation vector because it detects the top left corner in each view, which is wrong. I want this script to focus on the same box for both of the views. The top left box in Camera1.jpg
will be the bottom right box in Camera2.jpg
. How do I do that?
Earlier I have been using this tutorial to get R, t for two cameras views looking at the checkerboard from the same side, therefore it would work fine.
Camera1.jpg
Camera2.jpg