mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
fixed failure in Features2d_MSER.cases
This commit is contained in:
parent
dab78c26b1
commit
4c67ae1a0b
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user