Image rectification

From wiki.gis.com
(Redirected from Rectification)
Jump to: navigation, search

Image rectification is a transformation process used to project multiple images onto a common image surface. It is used to correct a distorted image into a standard coordinate system.

  • It is used in computer stereo vision to simplify the problem of finding matching points between images.
  • It is used in geographic information systems to merge images taken from multiple perspectives into a common map coordinate system.

Computer stereo vision

the search space before (1) and after (2) rectification

Stereo vision uses triangulation based on epipolar geometry to determine distance to an object.

Between two cameras there is a problem of finding a corresponding point viewed by one camera in the image of the other camera. (This is called the correspondence problem.) In most camera configurations, finding correspondences requires a search in two dimensions. However, if the two cameras are aligned to have a common image plane, the search is simplified to one dimension - a line that is parallel to the line between the cameras (the baseline). Image rectification is an equivalent (and more often used) alternative to this precise camera alignment. It transforms the images to make the epipolar lines (epipolar geometry) align horizontally.[1]

If the images to be rectified are taken from camera pairs without geometric distortion, this calculation can easily be made with a linear transformation. X & Y rotation puts the images on the same plane, scaling makes the image frames be the same size and Z rotation & skew adjustments make the image pixel rows directly line up. The rigid alignment of the cameras needs to be known (by calibration) and the calibration coefficients are used by the transform.[2]

In performing the transform, if the cameras themselves are calibrated for internal parameters, an essential matrix relates the relationship between the cameras. The more general case (without camera calibration) is represented by the fundamental matrix. If the fundamental matrix is not known, it is necessary to find preliminary point correspondences between stereo images to facilitate its extraction.[2]

Stereo images can also be taken with a single camera in motion. In this case the relationship of the images can have significant forward-motion components, and a linear transformation may produce severely warped images or very large images. Non-linear transformation techniques can be used to manage this difficulty.[1]

Geographic information system

Image rectification in GIS converts images to a standard map coordinate system. This is done by matching ground control points (GCP) in the mapping system to points in the image. These GCPs calculate necessary image transforms.[3]

Primary difficulties in the process occur

  • when the accuracy of the map points are not well known
  • when the images lack clearly identifiable points to correspond to the maps.

The maps that are used with rectified images are non-topographical. However, the images to be used may contain distortion from terrain. Image orthorectification additionally removes these effects.[3]

Image rectification is a standard feature available with commercial GIS software packages.

Differences in Usage

In computer stereo vision, rectifying images is used to facilitate matching of features[citation needed]. However in GIS, matching of features is used to rectify images[citation needed].

See also

References

  1. 1.0 1.1 Oram, Dan. September 2001. Rectification for any epipolar geometry. Accessed 9 June 2008.
  2. 2.0 2.1 Fusiello, Andrea. 17 March 2000. Epipolar Rectification. Accessed 9 June 2008.
  3. 3.0 3.1 Fogel, David. Image Rectification with Radial Basis Functions. Accessed 9 June 2008.
  • R. I. Hartley (1999). "Theory and Practice of Projective Rectification". Int. Journal of Computer Vision 35: 115-127. doi:10.1023/A:1008115206617. 
  • Shapiro, Linda G.; Stockman, George C. (2001). Computer Vision. Prentice Hall. 580. ISBN 0130307963.