From cf1f7621e5d5a57fab489ec4e7aa63b56ae02009 Mon Sep 17 00:00:00 2001 From: yangjiaxuan <171295266@qq.com> Date: Tue, 5 Dec 2023 12:04:34 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=B7=B3=E8=BF=87=E7=A9=BA?= =?UTF-8?q?=E7=99=BD=E9=A1=B5=E5=88=A4=E6=96=AD=E8=BE=B9=E7=BC=98=E9=98=88?= =?UTF-8?q?=E5=80=BC=EF=BC=8C=E4=BC=98=E5=8C=96=E5=9B=BE=E5=83=8F=E8=BE=B9?= =?UTF-8?q?=E7=BC=98=E5=A1=AB=E5=85=85=E4=BC=9A=E5=AF=BC=E8=87=B4=E8=B7=B3?= =?UTF-8?q?=E4=B8=8D=E8=BF=87=E7=9A=84=E9=97=AE=E9=A2=98?= 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 50a2617..bfc3aca 100644 --- a/hgdriver/hgdev/image_process.cpp +++ b/hgdriver/hgdev/image_process.cpp @@ -1167,7 +1167,7 @@ namespace hg_imgproc mats_.clear(); double threshold = 40; - int edge = 30; + int edge = 40; int dis = img_conf_.discardblank_percent; if (img_conf_.is_autodiscradblank_vince) dis *= 1.5;