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