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