Neurocalibration: A Neural Network That Can Tell Camera Calibration Parameters
Abstract
Camera calibration is a primary crucial step in many computer vision tasks. We present a new neural approach for camera calibration. Unlike some existing neural approaches, our calibrating network can tell the perspective-projection-transformation matrix between the world 3D points and the corresponding 2D image pixels. Starting from random initial weights, the net can specify the camera model parameters satisfying the orthogonality constraints on the rotational transformation. The neurocalibration technique is shown to solve four different types of calibration problems that are found in computer vision applications. Moreover, it can be extended to the more difficult problem of calibrating cameras with automated active lenses. The validity and performance of our technique are tested with both synthetic data under different noise conditions and with real images. Experiments have shown the accuracy and the efficiency of our neurocalibration technique.
Cite
Text
Ahmed et al. "Neurocalibration: A Neural Network That Can Tell Camera Calibration Parameters." IEEE/CVF International Conference on Computer Vision, 1999. doi:10.1109/ICCV.1999.791257Markdown
[Ahmed et al. "Neurocalibration: A Neural Network That Can Tell Camera Calibration Parameters." IEEE/CVF International Conference on Computer Vision, 1999.](https://mlanthology.org/iccv/1999/ahmed1999iccv-neurocalibration/) doi:10.1109/ICCV.1999.791257BibTeX
@inproceedings{ahmed1999iccv-neurocalibration,
title = {{Neurocalibration: A Neural Network That Can Tell Camera Calibration Parameters}},
author = {Ahmed, Moumen T. and Hemayed, Elsayed E. and Farag, Aly A.},
booktitle = {IEEE/CVF International Conference on Computer Vision},
year = {1999},
pages = {463-468},
doi = {10.1109/ICCV.1999.791257},
url = {https://mlanthology.org/iccv/1999/ahmed1999iccv-neurocalibration/}
}