- set the right comparison distance for ORB
authorVincent Rabaud <no@email>
Wed, 25 May 2011 03:19:36 +0000 (03:19 +0000)
committerVincent Rabaud <no@email>
Wed, 25 May 2011 03:19:36 +0000 (03:19 +0000)
modules/features2d/test/test_features2d.cpp

index 30f9dc0..a0e8c19 100644 (file)
@@ -1047,8 +1047,8 @@ TEST( Features2d_DescriptorExtractor_SURF, regression )
 TEST( Features2d_DescriptorExtractor_ORB, regression )
 {
     // TODO adjust the parameters below
-    CV_DescriptorExtractorTest<Hamming> test( "descriptor-orb",  0.035f,
-                                                 DescriptorExtractor::create("ORB"), 0.040f );
+    CV_DescriptorExtractorTest<Hamming> test( "descriptor-orb",  1.0f,
+                                                 DescriptorExtractor::create("ORB"), 0.010f );
     test.safe_run();
 }