mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 03:46:59 +08:00
Removed minor efficiency addition that broke 2-line plates
This commit is contained in:
@@ -313,8 +313,6 @@ namespace alpr
|
||||
if (this->config->debugCharSegmenter)
|
||||
cout << "All Boxes size " << allBoxes.size() << endl;
|
||||
|
||||
if (allBoxes.size() < config->postProcessMinCharacters)
|
||||
break;
|
||||
|
||||
float rowScore = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user