Commit f4e5ef6a authored by Kirill Kornyakov's avatar Kirill Kornyakov

bugfix: incrorrect argument order in cvRodrigues2 call

parent c626c4c6
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment