This commit is contained in:
yangjiaxuan 2023-12-08 13:44:38 +08:00
parent e3eb140fcf
commit bb4b577f14
1 changed files with 1 additions and 1 deletions

View File

@ -449,7 +449,7 @@ namespace hg_imgproc
edgeScale[1] = low; edgeScale[1] = low;
edgeScale[2] = l; edgeScale[2] = l;
edgeScale[3] = r; edgeScale[3] = r;
CImageApplyOutHole outh(val, edgeScale, 50); CImageApplyOutHole outh(val, edgeScale, 20);
outh.apply(v, true); outh.apply(v, true);
if (v.empty()) if (v.empty())
{ {