瀏覽代碼

delete unuseful codes

cxs 3 年之前
父節點
當前提交
f1604c0528
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      OTSCPP/OTSImagePro/FieldMgr.cpp

+ 1 - 1
OTSCPP/OTSImagePro/FieldMgr.cpp

@@ -378,7 +378,7 @@ namespace OTSIMGPROC {
 		sizeImage.cx = dScanFiledSizeX;
 		sizeImage.cy = dScanFiledSizeY;
 		// pixel size (micros)
-		double dPixelSize = (double)dScanFiledSizeX / (double)sizeImage.cx;
+		//double dPixelSize = (double)dScanFiledSizeX / (double)ImageSizeByPixel.cx;
 
 		// the measure domain rectangle 
 		CRect rectMeasureDomain = m_pMeasureArea->GetDomainRect();