Removed modal image drawing (used for debugging)

This commit is contained in:
Matt Hill
2014-10-19 20:55:28 -04:00
parent a10e65631c
commit 7038d0b9e5
5 changed files with 10 additions and 15 deletions

View File

@@ -109,8 +109,6 @@ void LicensePlateCandidate::recognize()
pipeline_data->textLines.push_back(newLines[i]);
Mat debugImg = pipeline_data->textLines[0].drawDebugImage(pipeline_data->crop_gray);
drawAndWait(&debugImg);
if (config->debugTiming)
{