Added config attribute for multi-line plates

This commit is contained in:
Matt Hill
2014-10-16 21:45:56 -04:00
parent 2e83a057c1
commit 1ce39c3f1f
5 changed files with 7 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ void LicensePlateCandidate::recognize()
charSegmenter = NULL;
pipeline_data->plate_area_confidence = 0;
pipeline_data->isMultiline = config->multiline;
int expandX = round(this->pipeline_data->regionOfInterest.width * 0.20);
int expandY = round(this->pipeline_data->regionOfInterest.height * 0.15);