mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 20:53:11 +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:
@@ -63,7 +63,7 @@ class Alpr
|
||||
{
|
||||
|
||||
public:
|
||||
Alpr(const std::string country, const std::string runtimeDir = "");
|
||||
Alpr(const std::string country, const std::string configFile = "");
|
||||
virtual ~Alpr();
|
||||
|
||||
void setDetectRegion(bool detectRegion);
|
||||
|
Reference in New Issue
Block a user