Definition
The extrinsic parameters describe the rigid transformation (rotation + translation) from world coordinates to camera coordinates. They say where the camera is and how it is oriented, not how it is built.
Formula
First translate by (align the origins), then rotate by (align the axes).
Trap
is the camera center in world coordinates. is not the camera position. Only for is .
Columns of R
The columns of are the axes of the source frame (world) expressed in the target frame (camera). Because is orthogonal, , and holds the camera axes in world coordinates.
Appears in
- Lecture 2.1, World to camera: , stereo example, figuring out rotations
- Lecture 2.1, External parameters as R, T