Fixed includes and macros for newer opencv

This commit is contained in:
hunbernd 2020-11-22 21:58:56 +01:00 committed by thunder2
parent c7b6f5ffba
commit 7a0dfbcda9
4 changed files with 19 additions and 11 deletions

View file

@ -18,8 +18,9 @@
* *
*******************************************************************************/
#include <opencv/cv.h>
#include <opencv/highgui.h>
#include <opencv2/opencv.hpp>
#include <opencv2/highgui.hpp>
#include <opencv2/imgproc/types_c.h>
#include <QTimer>
#include <QPainter>