mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-08 15:00:07 +08:00
Moved plate confidence up to pipeline_data
This commit is contained in:
@@ -232,7 +232,7 @@ int main( int argc, const char** argv )
|
||||
double analysisTime = diffclock(startTime, endTime);
|
||||
cout << "\tRegion " << z << ": Analysis time: " << analysisTime << "ms." << endl;
|
||||
|
||||
if (lp.confidence > 10)
|
||||
if (pipeline_data.plate_area_confidence > 10)
|
||||
{
|
||||
lpAnalysisPositiveTimes.push_back(analysisTime);
|
||||
|
||||
|
Reference in New Issue
Block a user