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