Skip to content

Commit

Permalink
Update tutorial.
Browse files Browse the repository at this point in the history
  • Loading branch information
eliphatfs committed Nov 27, 2023
1 parent 900e089 commit f912b76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ where :math:`\hat{p} = (x, y, z, 1)^T` is the homogeneous coordinates.
We divide the first three coordinates by the fourth to obtain the :math:`(x, y, z)` positions
from a homogeneous-coordinate vector.

If you are using a R-mul pose definition (:math:`\hat{p_w} = \hat{p} A`),
you will need to transpose all matrices. This is a rare case in CG/CV systems.


Convert between Conventions
---------------------------
Expand Down

0 comments on commit f912b76

Please sign in to comment.