提交 ea0d1424 编写于 作者: A Alexander Alekhin

Merge pull request #17287 from tomoaki0705:fixAkazeTestFailureMali

......@@ -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);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册