|
|
@ -1047,7 +1047,7 @@ 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<Hamming> test( "descriptor-orb", (CV_DescriptorExtractorTest<Hamming>::DistanceType)3.f, |
|
|
|
CV_DescriptorExtractorTest<Hamming> test( "descriptor-orb", (CV_DescriptorExtractorTest<Hamming>::DistanceType)12.f, |
|
|
|
DescriptorExtractor::create("ORB"), 0.010f ); |
|
|
|
DescriptorExtractor::create("ORB"), 0.010f ); |
|
|
|
test.safe_run(); |
|
|
|
test.safe_run(); |
|
|
|
} |
|
|
|
} |
|
|
|