Added preference for multithreading_cores (controls number of threads spawned during recognition)

This commit is contained in:
Matt Hill
2014-02-20 11:53:42 -06:00
parent cb6e266754
commit 35820e3b0f
3 changed files with 5 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ class Config
string country;
bool opencl_enabled;
int multithreading_cores;
float maxPlateWidthPercent;
float maxPlateHeightPercent;