|
|
|
@@ -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) =>
|
|
|
|
{
|
|
|
|
|