Commit 017abbd9 authored by Andrey Kamaev's avatar Andrey Kamaev

Lowered acceptance threshold in Features2d_RotationInvariance_Detector_ORB.regression test

parent 1995b1a0
...@@ -596,7 +596,7 @@ TEST(Features2d_RotationInvariance_Detector_ORB, regression) ...@@ -596,7 +596,7 @@ TEST(Features2d_RotationInvariance_Detector_ORB, regression)
{ {
DetectorRotationInvarianceTest test(Algorithm::create<FeatureDetector>("Feature2D.ORB"), DetectorRotationInvarianceTest test(Algorithm::create<FeatureDetector>("Feature2D.ORB"),
0.47f, 0.47f,
0.77f); 0.76f);
test.safe_run(); test.safe_run();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment