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