Merge pull request #94 from LordF/patch-2

Eliminate false positives
This commit is contained in:
Matthew Hill
2015-03-26 10:29:38 -04:00

View File

@@ -137,6 +137,7 @@ const int num_thresholds = 7;
int numValidChars = 0;
Mat rotated;
for (int i = 0; i < rects.size(); i++) {
numValidChars = 0;
RotatedRect PlateRect = rects[i];
Size rect_size = PlateRect.size;