Essential Matrix: Difference between revisions

 
(One intermediate revision by the same user not shown)
Line 141: Line 141:
For planar images, only one of these 4 options is feasible.
For planar images, only one of these 4 options is feasible.
You can determine which one is feasibly using triangulation with one of your points.
You can determine which one is feasibly using triangulation with one of your points.
In the implausible 3 possibilities, <math>P'\mathbf{u}</math> will be out of bounds or negative


==3D points==
==3D points==
Line 152: Line 151:
* [[Wikipedia: Essential_matrix]]
* [[Wikipedia: Essential_matrix]]
* [http://robotics.stanford.edu/~birch/projective/node20.html stanford essential and fundamental matricies]
* [http://robotics.stanford.edu/~birch/projective/node20.html stanford essential and fundamental matricies]
* [https://github.com/darknight1900/books/blob/master/Multiple%20View%20Geometry%20in%20Computer%20Vision%20(Second%20Edition).pdf Multiple View Geometry in Computer Vision by Hartley and Zisserman]


==References==
==References==