trying to make solvePnPSmallPoints pass

This commit is contained in:
Vadim Pisarevsky 2015-03-13 20:11:33 +03:00
parent 7e07220440
commit 1760078f67

View File

@ -92,7 +92,7 @@ PERF_TEST_P(PointsNum_Algo, solvePnPSmallPoints,
//add noise
Mat noise(1, (int)points2d.size(), CV_32FC2);
randu(noise, 0, 0.005);
randu(noise, 0, 0.001);
add(points2d, noise, points2d);
declare.in(points3d, points2d);