Fundamental Matrix
http://en.wikipedia.org/wiki/Fundamental_matrix_(computer_vision)
In computer vision, the fundamental matrix is a matrix of rank 2 which relates corresponding points in stereo images. In epipolar geometry, with homogeneous image coordinates and of corresponding points in a stereo image pair, describes a line (an epipolar line) on which the corresponding point y2 on the other image must lie. That means, for all pairs of corresponding points holds
Being of rank two and determined only up to scale, the fundamental matrix can be estimated given at least seven point correspondences. Its seven parameters represent the only geometric information about cameras that can be obtained through point correspondences alone.
epipole
epipolar line
epipolar plane
http://en.wikipedia.org/wiki/Epipolar_geometry
RANdom SAmple Consensus
http://en.wikipedia.org/wiki/RANSAC
ref.
http://www.robots.ox.ac.uk/~vgg/hzbook/index.html
http://nonsense.danielwedge.com/2008/10/19/the-fundamental-matrix-song/
An Invitation to 3-D Vision
Yi Ma, Stefano Soatto, Jana Kosecka, Shankar Sastry
Springer Verlag, 2003
Learning Epipolar Geometry
The Java code for this page was created by Sylvain Bougnoux.
'@GSMC > 이상욱: Principles of Human and Artificial Vision' 카테고리의 다른 글
Lecture 10: Uncalibrated Multi-view Geometry - Reconstruction (0) | 2008.12.04 |
---|---|
Lecture 9: Multi-view Geometry (0) | 2008.12.04 |
Lecture 7: Image Filtering & Edge Detection (0) | 2008.10.28 |
Lecture 6: Multiple-View Geometry: Stereo, Motion, Features (0) | 2008.10.27 |
Lecture 5: Single Camera View Geometry (0) | 2008.10.27 |