From 8dcdd71d669be26739657ddb70de6a0b0e6a8ea8 Mon Sep 17 00:00:00 2001 From: CPL <1179393954@qq.com> Date: Thu, 11 Apr 2024 10:57:35 +0800 Subject: [PATCH] =?UTF-8?q?V2.0.7B=20=E5=B0=BA=E5=AF=B8=E5=8A=A0=E5=85=A5?= =?UTF-8?q?=E6=96=AD=E7=82=B9=E9=97=B4=E9=9A=94=E5=85=BC=E5=AE=B9=E8=80=81?= =?UTF-8?q?=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- halftoneproject-master/BanBoShi/SysCtrl/SysMgr.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/halftoneproject-master/BanBoShi/SysCtrl/SysMgr.cs b/halftoneproject-master/BanBoShi/SysCtrl/SysMgr.cs index 3ccab643..8893f93a 100644 --- a/halftoneproject-master/BanBoShi/SysCtrl/SysMgr.cs +++ b/halftoneproject-master/BanBoShi/SysCtrl/SysMgr.cs @@ -4087,7 +4087,7 @@ namespace MaiMuAOI.SysCtrl cut_size = new System.Drawing.Size(Convert.ToInt32(aarCut_size[0]), Convert.ToInt32(aarCut_size[1])), resize = new System.Drawing.Size(Convert.ToInt32(aarResize[0]), Convert.ToInt32(aarResize[1])), thresholds = processParam.Value("Thresholds"), - thresholdsClass = processParam.Value("ThresholdsClass"), + thresholdsClass = processParam.Value("ThresholdsClass").Split(',').Length == 11 ? processParam.Value("ThresholdsClass") + ",0.3" : processParam.Value("ThresholdsClass"), recAreaThreshold = getProductAreaThreshol(model), //qxName,面积; qxName,面积; qxName,面积; finishEvent = (res) => {