Kalpana Kalpana (Editor)

Collinearity equation

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

The collinearity equations are a set of two equations, used in photogrammetry and remote sensing to relate coordinates in a sensor plane (in two dimensions) to object coordinates (in three dimensions). The equations originate from the central projection of a point of the object through the optical centre of the camera to the image on the sensor plane.

Let x,y, and z refer to a coordinate system with the x- and y-axis in the sensor plane. Denote the coordinates of the point P on the object by x P , y P , z P , the coordinates of the image point of P on the sensor plane by x and y and the coordinates of the projection (optical) centre by x 0 , y 0 , z 0 . As a consequence of the projection method there is the same fixed ratio λ between x x 0 and x 0 x P , y y 0 and y 0 y P , and the distance of the projection centre to the sensor plane z 0 = c and z P z 0 . Hence:

x x 0 = λ ( x P x 0 ) y y 0 = λ ( y P y 0 ) c = λ ( z P z 0 ) ,

Solving for λ in the last equation and entering it in the others yields:

x x 0 = c   x P x 0 z P z 0 y y 0 = c   y P y 0 z P z 0

The point P is normally given in some coordinate system "outside" the camera by the coordinates X, Y and Z, and the projection centre by X 0 , Y 0 , Z 0 . These coordinates may be transformed through a rotation and a translation to the system on the camera. The translation doesn't influence the differences of the coordinates, and the rotation, often called camera transform, is given by a 3×3-matrix R, transforming ( X X 0 , Y Y 0 , Z Z 0 ) into:

x P x 0 = R 11 ( X X 0 ) + R 21 ( Y Y 0 ) + R 31 ( Z Z 0 ) y P y 0 = R 12 ( X X 0 ) + R 22 ( Y Y 0 ) + R 32 ( Z Z 0 )

and

z P z 0 = R 13 ( X X 0 ) + R 23 ( Y Y 0 ) + R 33 ( Z Z 0 )

Substitution of these expressions, leads to a set of two equations, known as the collinearity equations:

x x 0 = c   R 11 ( X X 0 ) + R 21 ( Y Y 0 ) + R 31 ( Z Z 0 ) R 13 ( X X 0 ) + R 23 ( Y Y 0 ) + R 33 ( Z Z 0 ) y y 0 = c   R 12 ( X X 0 ) + R 22 ( Y Y 0 ) + R 32 ( Z Z 0 ) R 13 ( X X 0 ) + R 23 ( Y Y 0 ) + R 33 ( Z Z 0 )


The most obvious use of these equations is for images recorded by a camera. In this case the equation describes transformations from object space (X, Y, Z) to image coordinates (x, y). It forms the basis for the equations used in bundle adjustment. They indicate that the image point (on the sensor plate of the camera), the observed point (on the object) and the projection center of the camera were aligned when the picture was taken.

References

Collinearity equation Wikipedia