Commit 854902b0 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

lowered tolerance thresholds in BRISK tests

parent 3579c613
...@@ -597,7 +597,7 @@ TEST(Features2d_RotationInvariance_Detector_BRISK, regression) ...@@ -597,7 +597,7 @@ TEST(Features2d_RotationInvariance_Detector_BRISK, regression)
{ {
DetectorRotationInvarianceTest test(Algorithm::create<FeatureDetector>("Feature2D.BRISK"), DetectorRotationInvarianceTest test(Algorithm::create<FeatureDetector>("Feature2D.BRISK"),
0.32f, 0.32f,
0.81f); 0.76f);
test.safe_run(); test.safe_run();
} }
...@@ -648,7 +648,7 @@ TEST(Features2d_ScaleInvariance_Detector_BRISK, regression) ...@@ -648,7 +648,7 @@ TEST(Features2d_ScaleInvariance_Detector_BRISK, regression)
{ {
DetectorScaleInvarianceTest test(Algorithm::create<FeatureDetector>("Feature2D.BRISK"), DetectorScaleInvarianceTest test(Algorithm::create<FeatureDetector>("Feature2D.BRISK"),
0.08f, 0.08f,
0.54f); 0.49f);
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