From a226d2bad17540bd05648375db4450c7c4fefaba Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Tue, 8 Apr 2014 15:09:02 -0500 Subject: [PATCH] Updated debug text to be more specific --- src/openalpr/characteranalysis.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openalpr/characteranalysis.cpp b/src/openalpr/characteranalysis.cpp index cabeaa4..7e9e0af 100644 --- a/src/openalpr/characteranalysis.cpp +++ b/src/openalpr/characteranalysis.cpp @@ -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) {