I would like to compute the relative position and Rotation of two cameras with openCv. I use two images with dots. Here are the two images.
I know only the horizontal value (X) and vertical value (Y) of each points in the two images.
I would like to compute the relative position and rotation of the two cameras.
I tested with Blender if that's possible. With motion tracking Blender was able to compute the relative position and rotation. It takes 8 points or more. The result is very exact.
Here ist my Blender test 3D View.
I found many openCv functions. But I do not know which function's I need. stereoCalibrate ? findFundamentalMat?
Which I function's I need in what order?