Skip to content

Commit dae2c1b

Browse files
committed
xfeatures2d: change threshold in regression test
1 parent 6ee8c58 commit dae2c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/xfeatures2d/test/test_rotation_and_scale_invariance.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -950,7 +950,7 @@ TEST(Features2d_ScaleInvariance_Descriptor_BoostDesc_LBGM, regression)
950950
DescriptorScaleInvarianceTest test(SURF::create(),
951951
BoostDesc::create(BoostDesc::LBGM, true, 6.25f),
952952
NORM_L1,
953-
0.98f);
953+
0.95f);
954954
test.safe_run();
955955
}
956956

0 commit comments

Comments
 (0)