bugfix: incrorrect argument order in cvRodrigues2 call
This commit is contained in:
parent
c626c4c63e
commit
f4e5ef6a2c
@ -432,7 +432,7 @@ void icvRandomQuad( int width, int height, double quad[4][2],
|
||||
d = distfactor * width;
|
||||
*/
|
||||
|
||||
cvRodrigues2( &rotMat, &rotVect );
|
||||
cvRodrigues2( &rotVect, &rotMat );
|
||||
|
||||
halfw = 0.5 * width;
|
||||
halfh = 0.5 * height;
|
||||
|
Loading…
x
Reference in New Issue
Block a user