mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 07:06:54 +08:00
Merge branch 'master' of github.com:openalpr/openalpr
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user