fixed compile errors on Ubuntu

pull/13383/head
Vadim Pisarevsky 14 years ago
parent cd981f4d13
commit 0e0929af15
  1. 2
      modules/objdetect/src/cascadedetect.cpp

@ -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() )
{

Loading…
Cancel
Save