Updated test threshold (#637)

This commit is contained in:
Maria Dimashova 2010-11-01 09:38:48 +00:00
parent 9ee954a0c6
commit 75b1858c1f
2 changed files with 2 additions and 2 deletions

View File

@ -743,4 +743,4 @@ CV_CalonderDescriptorExtractorTest<float> floatCalonderTest( "descriptor-calonde
CV_DescriptorMatcherTest bruteForceMatcherTest( "descriptor-matcher-brute-force",
new BruteForceMatcher<L2<float> >, 0.01 );
CV_DescriptorMatcherTest flannBasedMatcherTest( "descriptor-matcher-flann-based",
new FlannBasedMatcher, 0.02 );
new FlannBasedMatcher, 0.04 );

View File

@ -77,7 +77,7 @@ const char* blacklist[] =
"warp-resize", //ticket 429
"warp-undistort", //ticket 577
"descriptor-matcher-flann-based", //ticket 637
//"descriptor-matcher-flann-based", //ticket 637
0
};