Commit 1760078f authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

trying to make solvePnPSmallPoints pass

parent 7e072204
......@@ -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);
......
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