mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 04:30:51 +08:00
Added option to reuse detectors across configs
This commit is contained in:
@@ -278,6 +278,8 @@ namespace alpr
|
||||
plateLinesSensitivityVertical = getFloat(ini, "", "plateline_sensitivity_vertical", 0);
|
||||
plateLinesSensitivityHorizontal = getFloat(ini, "", "plateline_sensitivity_horizontal", 0);
|
||||
|
||||
detectorFile = getString(ini, "", "detector_file", "");
|
||||
|
||||
ocrLanguage = getString(ini, "", "ocr_language", "none");
|
||||
|
||||
postProcessRegexLetters = getString(ini, "", "postprocess_regex_letters", "\\pL");
|
||||
|
Reference in New Issue
Block a user