Skip to content

Commit ea0d142

Browse files
committed
Merge pull request opencv#17287 from tomoaki0705:fixAkazeTestFailureMali
2 parents 365f44b + 35245cb commit ea0d142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/features2d/test/ocl/test_feature2d.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ OCL_TEST_P(Feature2DFixture, KeypointsSame)
5151
for (size_t i = 0; i < keypoints.size(); ++i)
5252
{
5353
EXPECT_GE(KeyPoint::overlap(keypoints[i], ukeypoints[i]), 0.95);
54-
EXPECT_NEAR(keypoints[i].angle, ukeypoints[i].angle, 0.001);
54+
EXPECT_NEAR(keypoints[i].angle, ukeypoints[i].angle, 0.05);
5555
}
5656
}
5757

0 commit comments

Comments
 (0)