Jump to content

Camera matrix

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by KYN (talk | contribs) at 16:43, 21 July 2007 (Beginning...). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

In computer vision a camera matrix or camera projection matrix is a matrix which describes the mapping of a pinhole camera from 3D points in the world to 2D points in an image.

Let be a representation of a 3D point in homogeneous coordinates, and let be a representation of the image of this point in the pinhole camera. Then the follwing relation holds

\mathbf{y} \sim \mathbf{C} \: \mathbf{x}

where is the camera matrix.