mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 04:26:52 +08:00
Added disqualification reason to debug output
This commit is contained in:
@@ -166,6 +166,10 @@ namespace alpr
|
||||
lp.recognize();
|
||||
|
||||
bool plateDetected = false;
|
||||
if (pipeline_data.disqualified && config->debugGeneral)
|
||||
{
|
||||
cout << "Disqualify reason: " << pipeline_data.disqualify_reason << endl;
|
||||
}
|
||||
if (!pipeline_data.disqualified)
|
||||
{
|
||||
AlprPlateResult plateResult;
|
||||
|
Reference in New Issue
Block a user