mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 16:21:01 +08:00
Moved using statements out of headers and into cpp
This commit is contained in:
@@ -19,6 +19,9 @@
|
||||
|
||||
#include "utility.h"
|
||||
|
||||
using namespace cv;
|
||||
using namespace std;
|
||||
|
||||
Rect expandRect(Rect original, int expandXPixels, int expandYPixels, int maxX, int maxY)
|
||||
{
|
||||
Rect expandedRegion = Rect(original);
|
||||
|
Reference in New Issue
Block a user