Commit 9f01003dd2937ee8c23f1d14350a92265473eae1

Authored by Scott Klum
1 parent 7d9bf450

Cleanup

Showing 1 changed file with 1 additions and 1 deletions
openbr/core/opencvutils.cpp
@@ -474,7 +474,7 @@ void OpenCVUtils::group(vector<Rect> &rects, vector<float> &confidences, float e @@ -474,7 +474,7 @@ void OpenCVUtils::group(vector<Rect> &rects, vector<float> &confidences, float e
474 { 474 {
475 double w2 = rejectWeights[j]; 475 double w2 = rejectWeights[j];
476 476
477 - if (j == i) //|| n2 <= groupThreshold ) 477 + if (j == i)
478 continue; 478 continue;
479 479
480 Rect r2 = rrects[j]; 480 Rect r2 = rrects[j];