1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 07:13:02 +04:00

increase epsilons for some sanity tests

(cherry picked from commit 6a6619ec1e)
This commit is contained in:
Vladislav Vinogradov
2015-04-14 10:12:56 +03:00
committed by Alexander Smorkalov
parent df55be3c3d
commit a984da911b
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