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

updated test threshold

This commit is contained in:
Maria Dimashova
2010-11-30 15:42:04 +00:00
parent d0dfae5143
commit b55777eb03
+1 -1
View File
@@ -981,7 +981,7 @@ CV_DescriptorExtractorTest<Hamming> briefDescriptorTest( "descriptor-brief", 1,
CV_DescriptorExtractorTest<L2<float> > oppSiftDescriptorTest( "descriptor-opponent-sift", 0.03f,
DescriptorExtractor::create("OpponentSIFT"), 8.06652f );
CV_DescriptorExtractorTest<L2<float> > oppurfDescriptorTest( "descriptor-opponent-surf", 0.04f,
CV_DescriptorExtractorTest<L2<float> > oppurfDescriptorTest( "descriptor-opponent-surf", 0.18f,
DescriptorExtractor::create("OpponentSURF"), 0.147372f );
#if CV_SSE2