Ask Your Question

Revision history [back]

Just a google gave me that cv::Rodrigues does actually not at all what you want: http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html?highlight=camera%20calibration#rodrigues

You just want to combine two rotation matrices, thats something different right? Rodrigues outputs a vector, not a matrix...