mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 03:46:59 +08:00
Removed unused "opencl" config attribute
This commit is contained in:
@@ -31,7 +31,6 @@ detection_strictness = 3
|
|||||||
max_detection_input_width = 1280
|
max_detection_input_width = 1280
|
||||||
max_detection_input_height = 720
|
max_detection_input_height = 720
|
||||||
|
|
||||||
opencl_enabled = 0
|
|
||||||
multithreading_cores = 1
|
multithreading_cores = 1
|
||||||
|
|
||||||
|
|
||||||
|
@@ -127,7 +127,6 @@ void Config::loadValues(string country)
|
|||||||
|
|
||||||
runtimeBaseDir = getString("common", "runtime_dir", "/usr/share/openalpr/runtime_data");
|
runtimeBaseDir = getString("common", "runtime_dir", "/usr/share/openalpr/runtime_data");
|
||||||
|
|
||||||
opencl_enabled = getBoolean("common", "opencl_enabled", false);
|
|
||||||
multithreading_cores = getInt("common", "multithreading_cores", 1);
|
multithreading_cores = getInt("common", "multithreading_cores", 1);
|
||||||
|
|
||||||
detection_iteration_increase = getFloat("common", "detection_iteration_increase", 1.1);
|
detection_iteration_increase = getFloat("common", "detection_iteration_increase", 1.1);
|
||||||
|
@@ -45,7 +45,6 @@ class Config
|
|||||||
|
|
||||||
std::string country;
|
std::string country;
|
||||||
|
|
||||||
bool opencl_enabled;
|
|
||||||
int multithreading_cores;
|
int multithreading_cores;
|
||||||
|
|
||||||
float detection_iteration_increase;
|
float detection_iteration_increase;
|
||||||
|
Reference in New Issue
Block a user