mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 21:12:47 +08:00
@@ -25,8 +25,8 @@
|
|||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <cv.h>
|
#include "opencv2/opencv.hpp"
|
||||||
#include <highgui.h>
|
#include "opencv2/highgui/highgui.hpp"
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace cv;
|
using namespace cv;
|
||||||
|
@@ -21,6 +21,7 @@
|
|||||||
#ifndef COLORFILTER_H
|
#ifndef COLORFILTER_H
|
||||||
#define COLORFILTER_H
|
#define COLORFILTER_H
|
||||||
|
|
||||||
|
#include <iomanip>
|
||||||
#include "opencv2/highgui/highgui.hpp"
|
#include "opencv2/highgui/highgui.hpp"
|
||||||
#include "opencv2/imgproc/imgproc.hpp"
|
#include "opencv2/imgproc/imgproc.hpp"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user