Commit 9806306d authored by Vincent Rabaud's avatar Vincent Rabaud

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

parent 909e484e
...@@ -1047,8 +1047,8 @@ TEST( Features2d_DescriptorExtractor_SURF, regression ) ...@@ -1047,8 +1047,8 @@ TEST( Features2d_DescriptorExtractor_SURF, regression )
TEST( Features2d_DescriptorExtractor_ORB, regression ) TEST( Features2d_DescriptorExtractor_ORB, regression )
{ {
// TODO adjust the parameters below // TODO adjust the parameters below
CV_DescriptorExtractorTest<L2<float> > test( "descriptor-orb", 0.035f, CV_DescriptorExtractorTest<Hamming> test( "descriptor-orb", 0.035f,
DescriptorExtractor::create("ORB"), 0.147372f ); DescriptorExtractor::create("ORB"), 0.040f );
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