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:
committed by
Alexander Smorkalov
parent
df55be3c3d
commit
a984da911b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user