mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 06:16:56 +08:00
Made runtime_dir variable public
This commit is contained in:
@@ -122,12 +122,13 @@ namespace alpr
|
||||
std::string getPostProcessRuntimeDir();
|
||||
std::string getTessdataPrefix();
|
||||
|
||||
std::string runtimeBaseDir;
|
||||
|
||||
private:
|
||||
|
||||
float ocrImagePercent;
|
||||
float stateIdImagePercent;
|
||||
|
||||
std::string runtimeBaseDir;
|
||||
|
||||
|
||||
void loadCommonValues(std::string configFile);
|
||||
void loadCountryValues(std::string configFile, std::string country);
|
||||
|
Reference in New Issue
Block a user