mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 09:36:51 +08:00
Removed "using" statements from ocr.h
This commit is contained in:
@@ -21,6 +21,9 @@
|
||||
|
||||
void plateAnalysisThread(void* arg);
|
||||
|
||||
using namespace std;
|
||||
using namespace cv;
|
||||
|
||||
AlprImpl::AlprImpl(const std::string country, const std::string configFile, const std::string runtimeDir)
|
||||
{
|
||||
config = new Config(country, configFile, runtimeDir);
|
||||
|
Reference in New Issue
Block a user