Harman Patil (Editor)

Camera auto calibration

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

Camera auto-calibration is the process of determining internal camera parameters directly from multiple uncalibrated images of unstructured scenes. In contrast to classic camera calibration, auto-calibration does not require any special calibration objects in the scene. In the special effects industry, camera auto-calibration is often part of the "Match Moving" process where a synthetic camera trajectory and intrinsic projection model are solved to reproject synthetic content into video.

Contents

Camera auto-calibration is a form of sensor ego-structure discovery; the subjective effects of the sensor are separated from the objective effects of the environment leading to a reconstruction of the perceived world without the bias applied by the measurement device. This is achieved via the fundamental assumption that images are projected from a Euclidean space through a linear, 5 degree of freedom (in the simplest case), pinhole camera model with non-linear optical distortion. The linear pinhole parameters are the focal length, the aspect ratio, the skew, and the 2D principal point. With only a set of uncalibrated (or calibrated) images, a scene may be reconstructed up to a six degree of freedom euclidean transform and an isotropic scaling.

A mathematical theory for general multi-view camera self-calibration was originally demonstrated in 1992 by Olivier Faugeras, Q.T. Luong, and S.J. Maybank. In 3D scenes and general motions, each pair of views provides two constraints on the 5 degree-of-freedom calibration. Therefore, three views are the minimum needed for full calibration with fixed intrinsic parameters between views. Quality modern imaging sensors and optics may also provide further prior constraints on the calibration such as zero skew (orthogonal pixel grid) and unity aspect ratio (square pixels). Integrating these priors will reduce the minimal number of images needed to two. It is possible to auto-calibrate a sensor from a single image given supporting information in a structured scene. For example, calibration may be obtained if multiple sets of parallel lines or objects with a known shape (e.g. circular) are identified.

Problem statement

Given set of cameras P i and 3D points X j reconstructed up to projective ambiguity (using, for example, bundle adjustment method) we wish to define rectifying homography H such that { P j H , H 1 X J } is a metric reconstruction. After that internal camera parameters K i can be easily calculated using camera matrix factorization P M i P i H = K i ( R i | t i ) .

Solution Domains

  • Motions
  • General Motion
  • Purely Rotating Cameras
  • Planar Motion
  • Degenerate Motions
  • Scene Geometry
  • General Scenes with Depth Relief
  • Planar Scenes
  • Weak Perspective and Orthographic Imagers
  • Calibration Priors for Real Sensors
  • Nonlinear optical distortion
  • Algorithms of camera auto-calibration

  • Using the Kruppa equations. Historically the first auto-calibration algorithms. It bases on the correspondence of epipolar lines tangent to the absolute conic on the plane at infinity.
  • Using the absolute dual quadric and its projection, the dual image of the absolute conic
  • The modulus constraint
  • References

    Camera auto-calibration Wikipedia