mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 15:47:01 +08:00
Changed library to point to a config file rather than runtime dir
runtime dir location is specified in the config file
This commit is contained in:
@@ -38,9 +38,11 @@ class Config
|
||||
{
|
||||
|
||||
public:
|
||||
Config(const std::string country, const std::string runtimeDir = "");
|
||||
Config(const std::string country, const std::string config_file = "");
|
||||
virtual ~Config();
|
||||
|
||||
bool loaded;
|
||||
|
||||
string country;
|
||||
|
||||
bool opencl_enabled;
|
||||
|
Reference in New Issue
Block a user