Commit 8c0c773b authored by Maria Dimashova's avatar Maria Dimashova

commented opponent descriptor test (temporarily)

parent 6f6da53c
...@@ -1059,12 +1059,12 @@ TEST( Features2d_DescriptorExtractor_BRIEF, regression ) ...@@ -1059,12 +1059,12 @@ TEST( Features2d_DescriptorExtractor_BRIEF, regression )
test.safe_run(); test.safe_run();
} }
TEST( Features2d_DescriptorExtractor_OpponentSIFT, regression ) //TEST( Features2d_DescriptorExtractor_OpponentSIFT, regression )
{ //{
CV_DescriptorExtractorTest<L2<float> > test( "descriptor-opponent-sift", 0.18f, // CV_DescriptorExtractorTest<L2<float> > test( "descriptor-opponent-sift", 0.18f,
DescriptorExtractor::create("OpponentSIFT"), 8.06652f ); // DescriptorExtractor::create("OpponentSIFT"), 8.06652f );
test.safe_run(); // test.safe_run();
} //}
TEST( Features2d_DescriptorExtractor_OpponentSURF, regression ) TEST( Features2d_DescriptorExtractor_OpponentSURF, regression )
{ {
......
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