Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The rvecs and tvecs you get is the pose of the object relative the camera coordinates. Try plotting this:

        Rodrigues(rvec, R);
        R = R.t();
        t = (-R * tvec);