Closed pattacini closed 8 years ago
Wow all of these were warning on windows? You should have done the pull request before! A question: you replaced
#include <cv.h>
#include <highgui.h>
with #include <opencv2/opencv.hpp>
.
Why didn't you replace them with:
#include <opencv2/core/core.hpp>
#include <opencv2/highgui/highgui.hpp>
?
A part from that, PR approved.
:shipit:
The highgui.hpp
header file is simply not necessary for the compilation :wink:.
:+1:
opencv-3.x.y
friendly.The idea is to first merge these fixes into
feature/WYSIWYD
and then proceed with mergingfeature/WYSIWYD
intomaster
.@alecive and @matejhof please have a look at this.
with
#include <opencv2/opencv.hpp>
. Why didn't you replace them with:? A part from that, PR approved.
highgui.hpp
header file is simply not necessary for the compilation :wink:.