mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-21 05:29:25 +08:00
Moved using statements out of headers and into cpp
This commit is contained in:
@@ -33,6 +33,9 @@
|
||||
|
||||
#include "binarize_wolf.h"
|
||||
|
||||
using namespace std;
|
||||
using namespace cv;
|
||||
|
||||
// *************************************************************
|
||||
// glide a window across the image and
|
||||
// create two maps: mean and standard deviation.
|
||||
|
Reference in New Issue
Block a user