I have 6 stereo images of a plane (wall) with the scale marked (by tape measure).
The cameras are at varying position and angles.
I can compute the fundamental matrix with findFundamentalMat(...)
. I do not (yet) know the essential matrix.
I also have the coordinates of the cameras in world space.
- Can I determine the angles of the cameras in world coordinates using
F
(fundamental matrix) and the world coordinates of the cameras without the essential matrix?