Definition
The intrinsic parameters describe the transformation from film coordinates (the projected image, metric) to pixel coordinates. They depend only on the camera hardware, not on where the camera is.
Intrinsic matrix
| Parameter | Meaning |
|---|---|
| focal length | |
| pixel sizes. They can differ, so pixels are not necessarily square. Aspect ratio | |
| principal point (image center). Moves the origin from the center of the film plane to the corner of the pixel array |
Tip
Some conventions flip the axes, which puts a minus sign on and . A flipped or cropped image in your own renderer usually comes from this.
Appears in
- Lecture 2.1, Film to pixel: offsets, flipped axes, scales, intrinsic matrix
- Lecture 2.1, Worked Examples: pixel coordinates and back