mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 00:02:52 +08:00
Removed modal image drawing (used for debugging)
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user