mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 10:07:16 +08:00
Moved using statements out of headers and into cpp
This commit is contained in:
@@ -19,6 +19,9 @@
|
||||
|
||||
#include "characteranalysis.h"
|
||||
|
||||
using namespace cv;
|
||||
using namespace std;
|
||||
|
||||
CharacterAnalysis::CharacterAnalysis(Mat img, Config* config)
|
||||
{
|
||||
this->config = config;
|
||||
|
Reference in New Issue
Block a user