BabelCalib. A Universal Approach to Calibrating Central Cameras

Yaroslava Lochman, Kostiantyn Liepieshov, Jianhui Chen, Michal Perdoch, Christopher Zach, and James Pritts
ICCV 2021

code · data · paper · supplemental · poster · slides · presentation


BabelCalib is a calibration framework that can estimate camera models for all types of central projection cameras. Calibration is robust and fully automatic. BabelCalib provides models for pinhole cameras with additive distortion as well as omni-directional cameras and catadioptric rigs. The supported camera models are listed under the solvers directory. BabelCalib supports calibration targets made of a collection of calibration boards, i.e., multiple planar targets. The method is agnostic to the pattern type on the calibration boards. It is robust to inaccurately localized corners, outlying detections and occluded targets.


Abstract

Existing calibration methods occasionally fail for large field-of-view cameras due to the non-linearity of the underlying problem and the lack of good initial values for all parameters of the used camera model. This might occur because a simpler projection model is assumed in an initial step, or a poor initial guess for the internal parameters is pre-defined. A lot of the difficulties of general camera calibration lie in the use of a forward projection model. We side-step these challenges by first proposing a solver to calibrate the parameters in terms of a back-projection model and then regress the parameters for a target forward model. These steps are incorporated in a robust estimation framework to cope with outlying detections. Extensive experiments demonstrate that our approach is very reliable and returns the most accurate calibration parameters as measured on the downstream task of absolute pose estimation on test sets.


Data

We provide datasets in a Deltille format. The Deltille detector is a robust deltille and checkerboard detector. It comes with detector library, example detector code, and MATLAB bindings. BabelCalib provides functions for calibration and evaluation using the Deltille software’s outputs. Calibration from Deltille detections requires format conversion which is peformed by import_ODT. Please see a complete calibration example from Deltille data for planar targets and cube targets.

OV dataset

Cameras: 16 lenses ranging from 90° to 180° FOV

Calibration targets: 3 types of checkerboards containing AprilTags:

Kalibr dataset

Cameras:

Calibration target: Aprilgrid with the following configurations:

OCamCalib dataset

Cameras:

Calibration target: checkerboards of differenet (unknown) sizes.

UZH dataset

Cameras:

Calibration target: Aprilgrid with the following configurations:


Citation

If you find BabelCalib and/or OV dataset useful, consider citing:

@InProceedings{Lochman-ICCV21,
    title     = {BabelCalib: A Universal Approach to Calibrating Central Cameras},
    author    = {Lochman, Yaroslava and Liepieshov, Kostiantyn and Chen, Jianhui and Perdoch, Michal and Zach, Christopher and Pritts, James},
    booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
    year      = {2021},
    pages     = {15253-15262}
}