Fix openCV 3.4.1 highgui

pull/946/head
Yu Hao 7 years ago
parent ec766fc3f1
commit 6c675a0927
No known key found for this signature in database
GPG Key ID: 8BE2715575E5E711
  1. 4
      src/http_stream.cpp

@ -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
@ -305,4 +305,4 @@ image image_data_augmentation(IplImage* ipl, int w, int h,
}
#endif // OPENCV
#endif // OPENCV

Loading…
Cancel
Save