I am developing a system using two cameras, and I want to know is it possible that the epipolar constraint can be satisfied by a matrix that this not part of the set of essential matrices? If so, in which situation do I have to handle this matrix?
Asked
Active
Viewed 182 times
1 Answers
1
A calibrated stereo rig has one well defined (up to scale) essential matrix E such that E = K1T * F * K2, where K1 and K2 are the camera matrices, and F is the fundamental matrix. The epipolar constraints determines F, but not E, unless the intrinsic calibration of both cameras is known.
So, to answer your question, as I understand it:
- Is it possible that the epipolar constraint can be satisfied by a matrix that this not part of the set of essential matrices? Yes, every fundamental matrix for a image pair will satisfy it, but not every fundamental matrix is an essential matrix for a given rig.
- In which situation do I have to handle this matrix? Probably never: if you are talking about essential matrices, you are in a calibrated setup, which has but one essential matrix (up to scale).

Francesco Callari
- 11,300
- 2
- 25
- 40
-
I don't think this is really answering the question. – Hannes Ovrén May 22 '15 at 09:20