Commit 4c67ae1a authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

fixed failure in Features2d_MSER.cases

parent dab78c26
...@@ -132,7 +132,7 @@ TEST(Features2d_MSER, cases) ...@@ -132,7 +132,7 @@ TEST(Features2d_MSER, cases)
GaussianBlur(src, src, Size(5, 5), 1.5, 1.5); GaussianBlur(src, src, Size(5, 5), 1.5, 1.5);
int minRegs = use_big_image ? 10 : 2; int minRegs = use_big_image ? 10 : 2;
int maxRegs = use_big_image ? 1000 : 10; int maxRegs = use_big_image ? 1000 : 15;
if( binarize && (thresh == 0 || thresh == 255) ) if( binarize && (thresh == 0 || thresh == 255) )
minRegs = maxRegs = 0; minRegs = maxRegs = 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