Given the fundamental matrix can I get camera angle relative to a plane?

asked 2017-07-24 18:08:16 -0600

davidparks21 gravatar image

updated 2017-07-24 18:09:13 -0600

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?

edit retag flag offensive close merge delete