- fix the test for ORB (it's a binary feature)

pull/13383/head
Vincent Rabaud 14 years ago
parent 909e484e74
commit 9806306d3d
  1. 4
      modules/features2d/test/test_features2d.cpp

@ -1047,8 +1047,8 @@ TEST( Features2d_DescriptorExtractor_SURF, regression )
TEST( Features2d_DescriptorExtractor_ORB, regression )
{
// TODO adjust the parameters below
CV_DescriptorExtractorTest<L2<float> > test( "descriptor-orb", 0.035f,
DescriptorExtractor::create("ORB"), 0.147372f );
CV_DescriptorExtractorTest<Hamming> test( "descriptor-orb", 0.035f,
DescriptorExtractor::create("ORB"), 0.040f );
test.safe_run();
}

Loading…
Cancel
Save