mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-05 19:16:50 +08:00
Merge branch 'results_character_details' of https://github.com/psaintjust/openalpr into psaintjust-results_character_details
This commit is contained in:
@@ -180,6 +180,8 @@ namespace alpr
|
||||
postProcessMinCharacters = getInt(ini, "", "postprocess_min_characters", 100);
|
||||
postProcessMaxCharacters = getInt(ini, "", "postprocess_max_characters", 100);
|
||||
|
||||
resultsCharacterDetails = getBoolean(ini,"", "results_character_details", false);
|
||||
|
||||
debugGeneral = getBoolean(ini, "", "debug_general", false);
|
||||
debugTiming = getBoolean(ini, "", "debug_timing", false);
|
||||
debugPrewarp = getBoolean(ini, "", "debug_prewarp", false);
|
||||
@@ -329,4 +331,4 @@ namespace alpr
|
||||
string val = string(pszValue);
|
||||
return val;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user