Goal of this article: Understanding how a point is mapped to a pixel coordinate and vice versa.

Untitled

3D point is mapped into 2D plane.

3D point is mapped into 2D plane.

Visualization for each coordinate systems

Visualization for each coordinate systems

Relation between each coordinate systems

Relation between each coordinate systems

How extrinsic and intrinsic parameters are involved

How extrinsic and intrinsic parameters are involved

Untitled

Convert the coordinate system from world'view to sensor view.

Convert the coordinate system from world'view to sensor view.

  1. Perspective projection to the image plane

If the camera is ideal, it is linearly projected.

If the camera is ideal, it is linearly projected.

The projection can be written in this matrix form.

The projection can be written in this matrix form.

It leads us to mapping.

It leads us to mapping.

H comes from extrinsic calibration. Now, conversion from o(origin) to c(image plane) is derived.

H comes from extrinsic calibration. Now, conversion from o(origin) to c(image plane) is derived.

Untitled

Matrices are written in this way. P maps a point to the image plane.

Matrices are written in this way. P maps a point to the image plane.

Untitled

It yields for the coordinates of the image coordinates.

It yields for the coordinates of the image coordinates.

This leads to the collinearity equation for the image coordinates.

This leads to the collinearity equation for the image coordinates.