Merge pull request #946 from jinyu121/master

Fix openCV 3.4.1 highgui
This commit is contained in:
Alexey
2018-06-01 14:51:36 +03:00
committed by GitHub

View File

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