mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 17:07:39 +08:00
Added detection_mask_image to config
This commit is contained in:
@@ -189,6 +189,8 @@ namespace alpr
|
||||
|
||||
skipDetection = getBoolean(ini, "", "skip_detection", false);
|
||||
|
||||
detection_mask_image = getString(ini, "", "detection_mask_image", "");
|
||||
|
||||
analysis_count = getInt(ini, "", "analysis_count", 1);
|
||||
|
||||
prewarp = getString(ini, "", "prewarp", "");
|
||||
|
Reference in New Issue
Block a user