Browse Source

测量面积优化

cxs 1 year ago
parent
commit
167d30c468

+ 1 - 1
OTSIncAMeasureApp/1-OTSMeasure/Measure/3-MeasureFlow/CSmplMeasure.cs

@@ -1357,7 +1357,7 @@ namespace OTSModelSharp
             double dPixelSize = curFld.GetPixelSize();
 
 
-            measuredArea = a_pBSEImg.GetHeight() * a_pBSEImg.GetWidth() * dPixelSize * dPixelSize + 0.5; //Get measured area
+            measuredArea = a_pBSEImg.GetHeight() * a_pBSEImg.GetWidth() * dPixelSize * dPixelSize; //Get measured area
 
             CumulateFieldData(curFld.GetListAnalysisParticles(), measuredArea);