Commit 97037fba authored by Vitaly Tuzov's avatar Vitaly Tuzov

Updated LATCH accuracy test

parent a9b8fb83
...@@ -1121,7 +1121,7 @@ TEST( Features2d_DescriptorExtractor_LUCID, regression ) ...@@ -1121,7 +1121,7 @@ TEST( Features2d_DescriptorExtractor_LUCID, regression )
TEST( Features2d_DescriptorExtractor_LATCH, regression ) TEST( Features2d_DescriptorExtractor_LATCH, regression )
{ {
CV_DescriptorExtractorTest<Hamming> test( "descriptor-latch", 1, CV_DescriptorExtractorTest<Hamming> test( "descriptor-latch", 1,
LATCH::create() ); LATCH::create(32, true, 3, 0) );
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