Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You can switch between camera and world coordinates as follows:

Rodrigues(rvecold, R);
R = R.t();
tnew = -R*told;
Rodrigues(R, rvecnew);