Commit 33134ecb authored by Andrey Kamaev's avatar Andrey Kamaev

Increased test threshold for arm

parent 7bfc50b8
...@@ -1008,7 +1008,7 @@ TEST( Features2d_DescriptorExtractor_OpponentSIFT, regression ) ...@@ -1008,7 +1008,7 @@ TEST( Features2d_DescriptorExtractor_OpponentSIFT, regression )
TEST( Features2d_DescriptorExtractor_OpponentSURF, regression ) TEST( Features2d_DescriptorExtractor_OpponentSURF, regression )
{ {
CV_DescriptorExtractorTest<L2<float> > test( "descriptor-opponent-surf", 0.18f, CV_DescriptorExtractorTest<L2<float> > test( "descriptor-opponent-surf", 0.3f,
DescriptorExtractor::create("OpponentSURF"), 0.147372f ); DescriptorExtractor::create("OpponentSURF"), 0.147372f );
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