mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 17:07:39 +08:00
Added a must_match_pattern config option. When a text pattern is available, all non-matching values will be disregarded.
This commit is contained in:
@@ -176,6 +176,8 @@ namespace alpr
|
||||
maxDetectionInputWidth = getInt(ini, "", "max_detection_input_width", 1280);
|
||||
maxDetectionInputHeight = getInt(ini, "", "max_detection_input_height", 768);
|
||||
|
||||
mustMatchPattern = getBoolean(ini, "", "must_match_pattern", false);
|
||||
|
||||
skipDetection = getBoolean(ini, "", "skip_detection", false);
|
||||
|
||||
prewarp = getString(ini, "", "prewarp", "");
|
||||
|
Reference in New Issue
Block a user