Skip to content

Commit

Permalink
remove unused variable in HOGDescriptor::groupRectangles()
Browse files Browse the repository at this point in the history
  • Loading branch information
maksqwe committed Apr 9, 2014
1 parent a016598 commit 9b52b61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/objdetect/src/hog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2651,7 +2651,6 @@ void HOGDescriptor::groupRectangles(vector<cv::Rect>& rectList, vector<double>&
vector<cv::Rect_<double> > rrects(nclasses);
vector<int> numInClass(nclasses, 0);
vector<double> foundWeights(nclasses, DBL_MIN);
vector<double> totalFactorsPerClass(nclasses, 1);
int i, j, nlabels = (int)labels.size();

for( i = 0; i < nlabels; i++ )
Expand Down

0 comments on commit 9b52b61

Please sign in to comment.