Skip to content

Supported models

Thomas Schneider edited this page Jun 18, 2014 · 24 revisions

Camera models

Kalibr supports the following projection models:

  • pinhole camera model (pinhole)
    (intrinsics vector: [fu fv pu pv])
  • omnidirectional camera model (omni)
    (intrinsics vector: [xi fu fv pu pv])

The intrinsics vector contains all parameters for the model:

  • fu, fv: focal-length
  • pu, pv: principal point
  • xi: mirror parameter (only omni)

Distortion models

Kalibr supports the following distortion models:

  • radial-tangential
    (distortion_coeffs: [k1 k2 r1 r2])
  • equidistant
    (distortion_coeffs: [k1 k2 k3 k4])

References

Please cite the appropriate papers when using this toolbox or parts of it in an academic publication.

  1. J. Kannala and S. Brandt (2006). A Generic Camera Model and Calibration Method for Conventional, Wide-Angle, and Fish-Eye Lenses, IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 28, no. 8, pp. 1335-1340
Clone this wiki locally