From e09e9f8a34cbc99a33dfa9ef1792b0025575c3a8 Mon Sep 17 00:00:00 2001 From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674> Date: 星期二, 01 八月 2017 11:41:19 +0800 Subject: [PATCH] --- RtspFace/PL_BlockGrouping.cpp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RtspFace/PL_BlockGrouping.cpp b/RtspFace/PL_BlockGrouping.cpp index 607e51b..5887a69 100644 --- a/RtspFace/PL_BlockGrouping.cpp +++ b/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) { -- Gitblit v1.8.0