Am I doing something wrong ? Rodrigues rvec1 to R , R to rvec2 ,rvec1 != rvec2.
cout << rotation_vector << endl;
Mat rmat;
cv::Rodrigues(rotation_vector, rmat);
cv::Rodrigues(rmat, rotation_vector);
cout << rotation_vector << endl;
Thanks a lot.
What is the ouput?
I could not generate the same situation. Most probably I have done something wrong,sorry. Thank you very much.