From 90fb6f595574fd247521d48eab933e1084949530 Mon Sep 17 00:00:00 2001 From: yangjiaxuan <171295266@qq.com> Date: Fri, 8 Dec 2023 09:41:25 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E9=99=A4=E7=A9=BF=E5=AD=94?= =?UTF-8?q?=E7=AE=97=E6=B3=95=EF=BC=8C=E4=BA=8C=E5=80=BC=E5=8C=96=E9=98=88?= =?UTF-8?q?=E5=80=BC=E4=BC=A0=E5=8F=8250=E6=94=B9=E4=B8=BA20=EF=BC=8C?= =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=B7=B1=E8=89=B2=E7=BA=B8=E5=BC=A0=E4=BC=9A?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E7=AE=97=E6=B3=95=E8=80=97=E6=97=B6=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98=EF=BC=9BBUG-819?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hgdriver/hgdev/image_process.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hgdriver/hgdev/image_process.cpp b/hgdriver/hgdev/image_process.cpp index ae7f2f4..a79799b 100644 --- a/hgdriver/hgdev/image_process.cpp +++ b/hgdriver/hgdev/image_process.cpp @@ -867,7 +867,7 @@ namespace hg_imgproc edgeScale[1] = low; edgeScale[2] = l; edgeScale[3] = r; - CImageApplyOutHole outh(val, edgeScale,50); + CImageApplyOutHole outh(val, edgeScale, 20); outh.apply(mats,img_conf_.is_duplex); mats_ = mats;