diff c/Motion.cpp @ 1093:05ccd8ef150c

updated to OpenCV4
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Sat, 02 Feb 2019 09:33:26 -0500
parents c3c3a90c08f8
children
line wrap: on
line diff
--- a/c/Motion.cpp	Wed Jan 30 16:51:52 2019 -0500
+++ b/c/Motion.cpp	Sat Feb 02 09:33:26 2019 -0500
@@ -4,8 +4,8 @@
 #include "src/TrajectoryDBAccessList.h"
 
 //#include "opencv2/core/core.hpp"
-#include "opencv2/imgproc/imgproc.hpp"
-#include "opencv2/highgui/highgui.hpp"
+#include "opencv2/imgproc.hpp"
+#include "opencv2/highgui.hpp"
 
 #include <boost/graph/connected_components.hpp>