cxs 3 лет назад
Родитель
Сommit
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();