sujinwen
2017-07-27 d56dfe791f22ddcccd7de6fb2c4be1255a80f9c5
RtspFace/PL_BlockGrouping.cpp
@@ -576,8 +576,8 @@
         
         if (calc_canny)
         {
            float cannyScore = scoring_canny_focus(*iterBlk) * 10.0f;
            totalScore += in->config.canny_focus * cannyScore;
            //float cannyScore = scoring_canny_focus(*iterBlk) * 10.0f;
            //totalScore += in->config.canny_focus * cannyScore;
         }
         if (calc_histogram)
         {