mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-05 22:06:52 +08:00
Removed unused "opencl" config attribute
This commit is contained in:
@@ -127,7 +127,6 @@ void Config::loadValues(string country)
|
||||
|
||||
runtimeBaseDir = getString("common", "runtime_dir", "/usr/share/openalpr/runtime_data");
|
||||
|
||||
opencl_enabled = getBoolean("common", "opencl_enabled", false);
|
||||
multithreading_cores = getInt("common", "multithreading_cores", 1);
|
||||
|
||||
detection_iteration_increase = getFloat("common", "detection_iteration_increase", 1.1);
|
||||
|
Reference in New Issue
Block a user