You are viewing the course site for a past offering of this course. The current offering may be found here.
Lecture 4: Transforms (69)
sgpatankar

Why do we use -v instead of v here?

SainanChen

Similar to coordinate system transform, columns of the top matrix represent coordinates of e,u,r,v (axis and origin of camera space) in world space coord system, and it transforms coordinate of a point in camera space coord system to coordinate of the same point in world space coord system.

ziyicui2022

The world to camera transform matrix can be expanded as the product of two matrix, which can be interpreted as a first translation (align origin) and then a ratation (align axes).

You must be enrolled in the course to comment