What i'm doing wrong, using cv::Rodrigues?

123 views
Skip to first unread message

Aleksey Odynochenko

unread,
Mar 14, 2013, 2:11:14 PM3/14/13
to
I have two rotation matrices 

R1             R2         R3 
1 0 0         0 0 0      0 0 1 
0 0 -1   X   0 1 0 =   1 0 0 
0 1 0        -1 0 0      0 1 0 

R1 and R2 correspond the Euler angles: 
(90, 0 , 0) and (0, 0, 90) 

as a result, I expect to get a turn like this 
90, 0 , 90 

But cv::Rodrigues returns this angles : (69, 69, 69). 

What I'm doing wrong
Reply all
Reply to author
Forward
Message has been deleted
0 new messages