mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 12:56:49 +08:00
Updated debug text to be more specific
This commit is contained in:
@@ -264,7 +264,7 @@ Mat CharacterAnalysis::findOuterBoxMask()
|
||||
}
|
||||
|
||||
if (this->config->debugCharAnalysis)
|
||||
cout << "Winning image index is: " << winningIndex << endl;
|
||||
cout << "Winning image index (findOuterBoxMask) is: " << winningIndex << endl;
|
||||
|
||||
if (winningIndex != -1 && bestCharCount >= 3)
|
||||
{
|
||||
|
Reference in New Issue
Block a user