1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

Increased test threshold for arm

This commit is contained in:
Andrey Kamaev
2012-04-27 08:28:40 +00:00
parent 7bfc50b84d
commit 33134ecb87
+1 -1
View File
@@ -1008,7 +1008,7 @@ TEST( Features2d_DescriptorExtractor_OpponentSIFT, 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 );
test.safe_run();
}