Преглед на файлове

V2.0.7B 尺寸加入断点间隔兼容老流程

MainB
CPL преди 2 години
родител
ревизия
8dcdd71d66
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      halftoneproject-master/BanBoShi/SysCtrl/SysMgr.cs

+ 1
- 1
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<float>("Thresholds"),
thresholdsClass = processParam.Value<string>("ThresholdsClass"),
thresholdsClass = processParam.Value<string>("ThresholdsClass").Split(',').Length == 11 ? processParam.Value<string>("ThresholdsClass") + ",0.3" : processParam.Value<string>("ThresholdsClass"),
recAreaThreshold = getProductAreaThreshol(model), //qxName,面积; qxName,面积; qxName,面积;
finishEvent = (res) =>
{


Зареждане…
Отказ
Запис