Camera resectioning (often called camera calibration) is often used as an early stage in Computer Vision and especially in the field of Augmented reality. Computer vision is the science and technology of machines that see Augmented reality ( AR) is a field of Computer research which deals with the combination of real-world and computer-generated data
When a camera is used, light from the environment is focused on an image plane and captured. A camera is a device used to capture images either as still Photographs or as sequences of moving images ( Movies or Videos. This process reduces the dimensions of the data taken in by the camera from three to two (light from a 3D scene is stored on a 2D image). Each pixel on the image plane therefore corresponds to a shaft of light from the original scene. In Digital imaging, a pixel ( pict ure el ement is the smallest piece of information in an image Camera resectioning determines which incoming light is associated with each pixel on the resulting image. In an ideal pinhole camera, a simple projection matrix is enough to do this. A' pinhole camera' is a very simple Camera with no lens and a single very small Aperture. With more complex camera systems, errors resulting from misaligned lenses and deformations in their structures can result in more complex distortions in the final image. See Hartley & Zisserman Chapter 7.
The camera projection matrix is derived from the intrinsic and extrinsic parameters of the camera, and is often represented by the series of transformations; e. g. a matrix of camera intrinsic parameters, a 3x3 rotation matrix, and a translation vector. The camera projection matrix can be used to associate points in a camera's image space with locations in 3D world space.
Camera resectioning is often used in the application of stereo vision where the camera projection matrices of two cameras are used to calculate the 3D world coordinates of a point viewed by both cameras. Stereopsis (from stereo meaning solidity and opsis meaning vision or Sight) is the process in Visual perception leading to the sensation
Some people call this camera calibration, but many restrict the term camera calibration for the estimation of internal or intrinsic parameters only. Camera resectioning (often called camera calibration) is the process of finding the true parameters of the camera that produced a given photograph or video
There are many different approaches to calculate the intrinsic and extrinisic parameters for a specific camera setup. A classical approach is Roger Y. Tsai's Algorithm. It is a 2-stage algorithm, calculating the pose (3D Orientation, and x-axis and y-axis translation) in first stage. In second stage it computes the focal length, distortion coefficients and the z-axis translation.