Added "analysis_count" config setting

This commit is contained in:
Matt Hill
2016-03-13 14:02:16 -04:00
parent 067bfc00a2
commit 91091ba71e
8 changed files with 310 additions and 29 deletions

View File

@@ -189,6 +189,8 @@ namespace alpr
skipDetection = getBoolean(ini, "", "skip_detection", false);
analysis_count = getInt(ini, "", "analysis_count", 1);
prewarp = getString(ini, "", "prewarp", "");
maxPlateAngleDegrees = getInt(ini, "", "max_plate_angle_degrees", 15);