Browse Source

修改融合bug

cxs 1 year ago
parent
commit
92027d7faa
1 changed files with 1 additions and 1 deletions
  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);
             }