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