Moved plate confidence up to pipeline_data

This commit is contained in:
Matt Hill
2014-07-01 19:30:57 -04:00
parent c8f52ccb48
commit cff0df3648
6 changed files with 6 additions and 15 deletions

View File

@@ -196,7 +196,7 @@ void plateAnalysisThread(void* arg)
lp.recognize();
if (lp.confidence <= 10)
if (pipeline_data.plate_area_confidence <= 10)
{
// Not a valid plate
// Check if this plate has any children, if so, send them back up to the dispatcher for processing