Removed minor efficiency addition that broke 2-line plates

This commit is contained in:
Matt Hill
2016-04-11 23:59:25 -04:00
parent ec7277056a
commit 4871b0e5ad

View File

@@ -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;