xfeatures2d: change threshold in regression test

pull/1371/head
Vladislav Sovrasov 8 years ago
parent 6ee8c58c1a
commit dae2c1ba8b
  1. 2
      modules/xfeatures2d/test/test_rotation_and_scale_invariance.cpp

@ -950,7 +950,7 @@ TEST(Features2d_ScaleInvariance_Descriptor_BoostDesc_LBGM, regression)
DescriptorScaleInvarianceTest test(SURF::create(),
BoostDesc::create(BoostDesc::LBGM, true, 6.25f),
NORM_L1,
0.98f);
0.95f);
test.safe_run();
}

Loading…
Cancel
Save