Commit 75b1858c authored by Maria Dimashova's avatar Maria Dimashova

Updated test threshold (#637)

parent 9ee954a0
...@@ -743,4 +743,4 @@ CV_CalonderDescriptorExtractorTest<float> floatCalonderTest( "descriptor-calonde ...@@ -743,4 +743,4 @@ CV_CalonderDescriptorExtractorTest<float> floatCalonderTest( "descriptor-calonde
CV_DescriptorMatcherTest bruteForceMatcherTest( "descriptor-matcher-brute-force", CV_DescriptorMatcherTest bruteForceMatcherTest( "descriptor-matcher-brute-force",
new BruteForceMatcher<L2<float> >, 0.01 ); new BruteForceMatcher<L2<float> >, 0.01 );
CV_DescriptorMatcherTest flannBasedMatcherTest( "descriptor-matcher-flann-based", CV_DescriptorMatcherTest flannBasedMatcherTest( "descriptor-matcher-flann-based",
new FlannBasedMatcher, 0.02 ); new FlannBasedMatcher, 0.04 );
...@@ -77,7 +77,7 @@ const char* blacklist[] = ...@@ -77,7 +77,7 @@ const char* blacklist[] =
"warp-resize", //ticket 429 "warp-resize", //ticket 429
"warp-undistort", //ticket 577 "warp-undistort", //ticket 577
"descriptor-matcher-flann-based", //ticket 637 //"descriptor-matcher-flann-based", //ticket 637
0 0
}; };
......
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