SDC C-Project CF Review 프로그램
LYW
2021-09-08 3ab77fdb5f702156c492c7eb4bd1daf25d6fbc56
ReviewSystem/ReviewSystem/ReviewProcessor_CPJT.cpp
@@ -3831,7 +3831,7 @@
         dXValue = float((pImageBufferByte[nH*nWidth + nW + nStep] - pImageBufferByte[nH*nWidth + nW])*(pImageBufferByte[nH*nWidth + nW + nStep] - pImageBufferByte[nH*nWidth + nW]));
         dYValue = float((pImageBufferByte[(nH + nStep)*nWidth + nW] - pImageBufferByte[nH*nWidth + nW])*(pImageBufferByte[(nH + nStep)*nWidth + nW] - pImageBufferByte[nH*nWidth + nW]));
         dCurr = sqrt(dXValue + dYValue);
         break;
         //break;
         dSum += dCurr;
      }