Removed results_character_details flag

This commit is contained in:
Matt Hill
2015-07-02 15:48:44 -04:00
parent 6e514b6f42
commit e8a3c4fb08
4 changed files with 11 additions and 20 deletions

View File

@@ -180,8 +180,6 @@ 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);