Updated debug text to be more specific

This commit is contained in:
Matt Hill
2014-04-08 15:09:02 -05:00
parent 58d57fc12d
commit a226d2bad1

View File

@@ -264,7 +264,7 @@ Mat CharacterAnalysis::findOuterBoxMask()
} }
if (this->config->debugCharAnalysis) if (this->config->debugCharAnalysis)
cout << "Winning image index is: " << winningIndex << endl; cout << "Winning image index (findOuterBoxMask) is: " << winningIndex << endl;
if (winningIndex != -1 && bestCharCount >= 3) if (winningIndex != -1 && bestCharCount >= 3)
{ {