mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 00:02:52 +08:00
Removed "using" statements from ocr.h
This commit is contained in:
@@ -19,6 +19,10 @@
|
||||
|
||||
#include "ocr.h"
|
||||
|
||||
using namespace std;
|
||||
using namespace cv;
|
||||
using namespace tesseract;
|
||||
|
||||
OCR::OCR(Config* config)
|
||||
{
|
||||
const string EXPECTED_TESSERACT_VERSION = "3.03";
|
||||
|
Reference in New Issue
Block a user