Browse Source

delete unuseful codes

cxs 3 năm trước cách đây
mục cha
commit
f1604c0528
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();