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

fix test failure on Mali T760 and Mali T628

This commit is contained in:
Tomoaki Teshima
2020-05-14 05:44:14 +09:00
parent 6630eac813
commit 35245cb76e
@@ -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);
}
}