mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 11:10:21 +08:00
- set the right comparison distance for ORB
This commit is contained in:
parent
9806306d3d
commit
8a2c434260
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user