浏览代码

修改融合bug

cxs 1 年之前
父节点
当前提交
92027d7faa
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      OTSIncAMeasureApp/ServiceCenter/CImageHandler.cs

+ 1 - 1
OTSIncAMeasureApp/ServiceCenter/CImageHandler.cs

@@ -746,7 +746,7 @@ namespace OTSModelSharp.ServiceCenter
             ImageParam imageParam = Fun_Match(newImg2, mStitch);
             imageParam.im = newImg2;
 
-            if (type == 2)
+            if (type == 3)
             {
                 return Fun_Stitch(imageParam);
             }