Fix openCV 3.4.1 highgui

This commit is contained in:
Yu Hao
2018-05-31 14:04:16 +08:00
parent ec766fc3f1
commit 6c675a0927

View File

@ -44,7 +44,7 @@ using std::cerr;
using std::endl; using std::endl;
#include "opencv2/opencv.hpp" #include "opencv2/opencv.hpp"
#include "opencv2/highgui.hpp" #include "opencv2/highgui/highgui.hpp"
#include "opencv2/highgui/highgui_c.h" #include "opencv2/highgui/highgui_c.h"
#include "opencv2/imgproc/imgproc_c.h" #include "opencv2/imgproc/imgproc_c.h"
#ifndef CV_VERSION_EPOCH #ifndef CV_VERSION_EPOCH