chenke
2017-07-27 bf74ac0583bc8102654cd04e7389224419f3ba90
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)
         {