We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6630eac commit 35245cbCopy full SHA for 35245cb
modules/features2d/test/ocl/test_feature2d.cpp
@@ -51,7 +51,7 @@ OCL_TEST_P(Feature2DFixture, KeypointsSame)
51
for (size_t i = 0; i < keypoints.size(); ++i)
52
{
53
EXPECT_GE(KeyPoint::overlap(keypoints[i], ukeypoints[i]), 0.95);
54
- EXPECT_NEAR(keypoints[i].angle, ukeypoints[i].angle, 0.001);
+ EXPECT_NEAR(keypoints[i].angle, ukeypoints[i].angle, 0.05);
55
}
56
57
0 commit comments