提交 4c67ae1a 编写于 作者: V Vadim Pisarevsky

fixed failure in Features2d_MSER.cases

上级 dab78c26
......@@ -132,7 +132,7 @@ TEST(Features2d_MSER, cases)
GaussianBlur(src, src, Size(5, 5), 1.5, 1.5);
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) )
minRegs = maxRegs = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册