Updated LATCH accuracy test

pull/1419/head
Vitaly Tuzov 7 years ago
parent a9b8fb8300
commit 97037fba92
  1. 2
      modules/xfeatures2d/test/test_features2d.cpp

@ -1121,7 +1121,7 @@ TEST( Features2d_DescriptorExtractor_LUCID, regression )
TEST( Features2d_DescriptorExtractor_LATCH, regression )
{
CV_DescriptorExtractorTest<Hamming> test( "descriptor-latch", 1,
LATCH::create() );
LATCH::create(32, true, 3, 0) );
test.safe_run();
}

Loading…
Cancel
Save