Removed post_process_max_substitutions configuration option

This commit is contained in:
psaintjust
2015-06-28 11:01:32 -04:00
parent e2a302d8f8
commit a55cce71d4
2 changed files with 0 additions and 4 deletions

View File

@@ -55,9 +55,6 @@ postprocess_min_confidence = 65
; chance that the character is incorrect and will be skipped. Value is a confidence percent
postprocess_confidence_skip_level = 80
; Reduces the total permutations to consider for scoring.
postprocess_max_substitutions = 2
; Results with fewer characters will be discarded
postprocess_min_characters = 4
postprocess_max_characters = 8

View File

@@ -177,7 +177,6 @@ namespace alpr
postProcessMinConfidence = getFloat(ini, "", "postprocess_min_confidence", 100);
postProcessConfidenceSkipLevel = getFloat(ini, "", "postprocess_confidence_skip_level", 100);
postProcessMaxSubstitutions = getInt(ini, "", "postprocess_max_substitutions", 100);
postProcessMinCharacters = getInt(ini, "", "postprocess_min_characters", 100);
postProcessMaxCharacters = getInt(ini, "", "postprocess_max_characters", 100);