Removed (non-working) multithreading implementation. Going to reimplement it differently.

This commit is contained in:
Matt Hill
2014-08-31 11:31:58 -04:00
parent b1abce0abb
commit 01b00b0450
5 changed files with 101 additions and 235 deletions

View File

@@ -127,8 +127,6 @@ void Config::loadValues(string country)
runtimeBaseDir = getString("common", "runtime_dir", "/usr/share/openalpr/runtime_data");
multithreading_cores = getInt("common", "multithreading_cores", 1);
detection_iteration_increase = getFloat("common", "detection_iteration_increase", 1.1);
detectionStrictness = getInt("common", "detection_strictness", 3);
maxPlateWidthPercent = getFloat("common", "max_plate_width_percent", 100);