Commit 91587059 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

tab => spaces

parent a18bc965
...@@ -89,7 +89,7 @@ void groupRectangles(std::vector<Rect>& rectList, int groupThreshold, double eps ...@@ -89,7 +89,7 @@ void groupRectangles(std::vector<Rect>& rectList, int groupThreshold, double eps
rweights[cls]++; rweights[cls]++;
} }
bool useDefaultWeights = false; bool useDefaultWeights = false;
if ( levelWeights && weights && !weights->empty() && !levelWeights->empty() ) if ( levelWeights && weights && !weights->empty() && !levelWeights->empty() )
{ {
...@@ -105,8 +105,8 @@ void groupRectangles(std::vector<Rect>& rectList, int groupThreshold, double eps ...@@ -105,8 +105,8 @@ void groupRectangles(std::vector<Rect>& rectList, int groupThreshold, double eps
rejectWeights[cls] = (*levelWeights)[i]; rejectWeights[cls] = (*levelWeights)[i];
} }
} }
else else
useDefaultWeights = true; useDefaultWeights = true;
for( i = 0; i < nclasses; i++ ) for( i = 0; i < nclasses; i++ )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment