mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-05 19:06:50 +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)
|
if (this->config->debugCharSegmenter)
|
||||||
cout << "All Boxes size " << allBoxes.size() << endl;
|
cout << "All Boxes size " << allBoxes.size() << endl;
|
||||||
|
|
||||||
if (allBoxes.size() < config->postProcessMinCharacters)
|
|
||||||
break;
|
|
||||||
|
|
||||||
float rowScore = 0;
|
float rowScore = 0;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user