diff c/Motion.cpp @ 766:6022350f8173 dev

updated to OpenCV 3.1
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Mon, 21 Dec 2015 15:15:45 -0500
parents 85af65b6d531
children 17e54690af8a 8ac7f61c6e4f
line wrap: on
line diff
--- a/c/Motion.cpp	Thu Dec 17 16:28:31 2015 -0500
+++ b/c/Motion.cpp	Mon Dec 21 15:15:45 2015 -0500
@@ -3,7 +3,8 @@
 
 #include "src/TrajectoryDBAccessList.h"
 
-#include "opencv2/core/core.hpp"
+//#include "opencv2/core/core.hpp"
+#include "opencv2/imgproc/imgproc.hpp"
 #include "opencv2/highgui/highgui.hpp"
 
 #include <boost/graph/connected_components.hpp>