Projective Rectification Without Epipolar Geometry

Abstract

We present a novel algorithm performing projective rectification which does not require explicit computation of the epipolar geometry and specifically of the fundamental matrix. Instead of finding the epipoles and computing two homographies mapping the epipoles to infinity, as done in recent work on projective rectification, we exploit the fact that the fundamental matrix of a pair of rectified images has a particular, known form. This allows us to set up a minimization that yields the rectifying, homographies directly from image correspondences. Experimental results show that our method works quite robustly even in the presence of noise, and with inaccurate point correspondences. The code of our implementation will be made available at the author's web site.

Cite

Text

Isgrò and Trucco. "Projective Rectification Without Epipolar Geometry." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 1999. doi:10.1109/CVPR.1999.786923

Markdown

[Isgrò and Trucco. "Projective Rectification Without Epipolar Geometry." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 1999.](https://mlanthology.org/cvpr/1999/isgro1999cvpr-projective/) doi:10.1109/CVPR.1999.786923

BibTeX

@inproceedings{isgro1999cvpr-projective,
  title     = {{Projective Rectification Without Epipolar Geometry}},
  author    = {Isgrò, Francesco and Trucco, Emanuele},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {1999},
  pages     = {1094-1099},
  doi       = {10.1109/CVPR.1999.786923},
  url       = {https://mlanthology.org/cvpr/1999/isgro1999cvpr-projective/}
}