A Minimal Solution to the Autocalibration of Radial Distortion
Abstract
Epipolar geometry and relative camera pose computation are examples of tasks which can be formulated as minimal problems and solved from a minimal number of image points. Finding the solution leads to solving systems of algebraic equations. Often, these systems are not trivial and therefore special algorithms have to be designed to achieve numerical robustness and computational efficiency. In this paper we provide a solution to the problem of estimating radial distortion and epipolar geometry from eight correspondences in two images. Unlike previous algorithms, which were able to solve the problem from nine correspondences only, we enforce the determinant of the fundamental matrix be zero. This leads to a system of eight quadratic and one cubic equation in nine variables. We simplify this system by eliminating six of these variables. Then, we solve the system by finding eigenvectors of an action matrix of a suitably chosen polynomial. We show how to construct the action matrix without computing complete Grobner basis, which provides an efficient and robust solver. The quality of the solver is demonstrated on synthetic and real data.
Cite
Text
Kukelova and Pajdla. "A Minimal Solution to the Autocalibration of Radial Distortion." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2007. doi:10.1109/CVPR.2007.383063Markdown
[Kukelova and Pajdla. "A Minimal Solution to the Autocalibration of Radial Distortion." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2007.](https://mlanthology.org/cvpr/2007/kukelova2007cvpr-minimal/) doi:10.1109/CVPR.2007.383063BibTeX
@inproceedings{kukelova2007cvpr-minimal,
title = {{A Minimal Solution to the Autocalibration of Radial Distortion}},
author = {Kukelova, Zuzana and Pajdla, Tomás},
booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year = {2007},
doi = {10.1109/CVPR.2007.383063},
url = {https://mlanthology.org/cvpr/2007/kukelova2007cvpr-minimal/}
}