mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 22:12:46 +08:00
Added config attribute for multi-line plates
This commit is contained in:
@@ -27,7 +27,6 @@ CharacterAnalysis::CharacterAnalysis(PipelineData* pipeline_data)
|
||||
this->pipeline_data = pipeline_data;
|
||||
this->config = pipeline_data->config;
|
||||
|
||||
this->isTwoLine = true;
|
||||
|
||||
if (this->config->debugCharAnalysis)
|
||||
cout << "Starting CharacterAnalysis identification" << endl;
|
||||
|
Reference in New Issue
Block a user