Merge branch 'master' of github.com:openalpr/openalpr

This commit is contained in:
Matt Hill
2015-03-29 14:00:23 -04:00
5 changed files with 78 additions and 2 deletions

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;