mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 08:27:08 +08:00
Using unsigned int for loop
This commit is contained in:
@@ -145,7 +145,7 @@ namespace alpr
|
||||
|
||||
|
||||
|
||||
for (int j = 0; j < orderedRegions.size(); j++)
|
||||
for (unsigned int j = 0; j < orderedRegions.size(); j++)
|
||||
detectedRegions.push_back(orderedRegions[j]);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user