Merge branch 'results_character_details' of https://github.com/psaintjust/openalpr into psaintjust-results_character_details

This commit is contained in:
Matt Hill
2015-07-02 14:54:43 -04:00
4 changed files with 29 additions and 19 deletions

View File

@@ -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;
}
}
}