fixed compile errors on Ubuntu

This commit is contained in:
Vadim Pisarevsky 2011-04-26 15:38:32 +00:00
parent cd981f4d13
commit 0e0929af15

View File

@ -63,7 +63,7 @@ public:
};
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() )
{