Camera Parameters: Difference between revisions

Line 23: Line 23:


==Extrinsics==
==Extrinsics==
This is the view matrix which encodes the camera's position and rotation.
This is the view matrix which encodes the camera's position and rotation.
 
Suppose the camera position is \(\mathbf{C}\) and rotation \(\mathbf{R}_c\). 


\[
\[
\begin{equation}
\begin{equation}
M_{ext}= [\mathbf{R} | \mathbf{t}]
M_{ext}= [\mathbf{R} | \mathbf{t}] = [\mathbf{R}_c^T | -\mathbf{R}_c^TC]
\end{equation}
\end{equation}
\]
\]