From e3eb140fcf3cc4befecfe7cc9fcd22ba308ffe75 Mon Sep 17 00:00:00 2001 From: yangjiaxuan <171295266@qq.com> Date: Fri, 8 Dec 2023 10:25:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E7=BA=AF=E8=89=B2=E7=BA=B8?= =?UTF-8?q?=E5=BC=A0=E6=89=AB=E6=8F=8F=E7=99=BD=E8=89=B2=E8=BE=B9=E7=BC=98?= =?UTF-8?q?=E5=A1=AB=E5=85=85=E4=BC=9A=E5=AF=BC=E8=87=B4=E8=B7=B3=E8=BF=87?= =?UTF-8?q?=E7=A9=BA=E7=99=BD=E9=A1=B5=E8=B7=B3=E4=B8=8D=E8=BF=87=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98=EF=BC=9BBUG-830?= 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 a79799b..8afdf20 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 = 40; + int edge = 100; int dis = img_conf_.discardblank_percent; if (img_conf_.is_autodiscradblank_vince) dis *= 1.5;