First time here? Check out the FAQ!
answered 2016-11-17 21:26:25 -0600
You can switch between camera and world coordinates as follows:
Rodrigues(rvecold, R); R = R.t(); tnew = -R*told; Rodrigues(R, rvecnew);