Skip to content

Supported models

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

Camera models

The toolbox allows the calibration of 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:

  • xi: (only omni) TODO: name of this parameters
  • fu, fv: focal-length
  • pu, pv: principal point

Distortion models

The following distortion models are available:

  • 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