mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 02:42:47 +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);
|
||||
|
@@ -45,7 +45,6 @@ class Config
|
||||
|
||||
std::string country;
|
||||
|
||||
bool opencl_enabled;
|
||||
int multithreading_cores;
|
||||
|
||||
float detection_iteration_increase;
|
||||
|
Reference in New Issue
Block a user