Removed "using" statements from ocr.h

This commit is contained in:
Matt Hill
2014-06-18 17:52:18 -04:00
parent 409011caee
commit 6dc1e6db89
5 changed files with 20 additions and 14 deletions

View File

@@ -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);