Skip to content

Commit

Permalink
fixed compile errors on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Pisarevsky committed Apr 26, 2011
1 parent cd981f4 commit 0e0929a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/objdetect/src/cascadedetect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class CV_EXPORTS SimilarRects
};


static void groupRectangles(vector<Rect>& rectList, int groupThreshold, double eps, vector<int>* weights, vector<double>* levelWeights)
void groupRectangles(vector<Rect>& rectList, int groupThreshold, double eps, vector<int>* weights, vector<double>* levelWeights)
{
if( groupThreshold <= 0 || rectList.empty() )
{
Expand Down

0 comments on commit 0e0929a

Please sign in to comment.