Commit dae2c1ba authored by Vladislav Sovrasov's avatar Vladislav Sovrasov

xfeatures2d: change threshold in regression test

parent 6ee8c58c
...@@ -950,7 +950,7 @@ TEST(Features2d_ScaleInvariance_Descriptor_BoostDesc_LBGM, regression) ...@@ -950,7 +950,7 @@ TEST(Features2d_ScaleInvariance_Descriptor_BoostDesc_LBGM, regression)
DescriptorScaleInvarianceTest test(SURF::create(), DescriptorScaleInvarianceTest test(SURF::create(),
BoostDesc::create(BoostDesc::LBGM, true, 6.25f), BoostDesc::create(BoostDesc::LBGM, true, 6.25f),
NORM_L1, NORM_L1,
0.98f); 0.95f);
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