fix test failure on Mali T760 and Mali T628
authorTomoaki Teshima <tomoaki.teshima@gmail.com>
Wed, 13 May 2020 20:44:14 +0000 (05:44 +0900)
committerTomoaki Teshima <tomoaki.teshima@gmail.com>
Wed, 13 May 2020 20:44:14 +0000 (05:44 +0900)
modules/features2d/test/ocl/test_feature2d.cpp

index 618db33..7024854 100644 (file)
@@ -51,7 +51,7 @@ OCL_TEST_P(Feature2DFixture, KeypointsSame)
     for (size_t i = 0; i < keypoints.size(); ++i)
     {
         EXPECT_GE(KeyPoint::overlap(keypoints[i], ukeypoints[i]), 0.95);
-        EXPECT_NEAR(keypoints[i].angle, ukeypoints[i].angle, 0.001);
+        EXPECT_NEAR(keypoints[i].angle, ukeypoints[i].angle, 0.05);
     }
 }