From 9f01003dd2937ee8c23f1d14350a92265473eae1 Mon Sep 17 00:00:00 2001 From: Scott Klum Date: Tue, 26 May 2015 13:43:00 -0400 Subject: [PATCH] Cleanup --- openbr/core/opencvutils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbr/core/opencvutils.cpp b/openbr/core/opencvutils.cpp index 3928aeb..0a44513 100644 --- a/openbr/core/opencvutils.cpp +++ b/openbr/core/opencvutils.cpp @@ -474,7 +474,7 @@ void OpenCVUtils::group(vector &rects, vector &confidences, float e { double w2 = rejectWeights[j]; - if (j == i) //|| n2 <= groupThreshold ) + if (j == i) continue; Rect r2 = rrects[j]; -- libgit2 0.21.4