Fixed ORB and SURF regression tests
This commit is contained in:
parent
ef4ce6232a
commit
ec7bc9e497
@ -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();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user