1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

increase epsilons for some sanity tests

This commit is contained in:
Vladislav Vinogradov
2015-04-14 10:12:56 +03:00
parent d22516872c
commit 6a6619ec1e
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ PERF_TEST_P(Image_NFeatures, Features2D_ORB,
sortKeyPoints(gpu_keypoints, gpu_descriptors);
SANITY_CHECK_KEYPOINTS(gpu_keypoints);
SANITY_CHECK_KEYPOINTS(gpu_keypoints, 1e-10);
SANITY_CHECK(gpu_descriptors);
}
else