fixed compile errors on Ubuntu
This commit is contained in:
parent
cd981f4d13
commit
0e0929af15
@ -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…
Reference in New Issue
Block a user