aboutsummaryrefslogtreecommitdiff
path: root/pix_opencv_motempl.h
diff options
context:
space:
mode:
authorAntoine Villeret <avilleret@users.sourceforge.net>2013-06-21 18:38:49 +0000
committerAntoine Villeret <avilleret@users.sourceforge.net>2013-06-21 18:38:49 +0000
commitadf25cd9b3d39656e92f81cabb990c3e72864442 (patch)
tree5a765bb2c6b41d6362acfd9e7b6653ade9cf22eb /pix_opencv_motempl.h
parent3141bbf7870bce1e3f93985cd55f0e156be3aec1 (diff)
should not depends on libcv-dev libhighgui-dev libcvaux-dev anymore...
svn path=/trunk/externals/pix_opencv/; revision=17158
Diffstat (limited to 'pix_opencv_motempl.h')
-rw-r--r--pix_opencv_motempl.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/pix_opencv_motempl.h b/pix_opencv_motempl.h
index 7fc6aa7..187cd22 100644
--- a/pix_opencv_motempl.h
+++ b/pix_opencv_motempl.h
@@ -17,7 +17,10 @@ LOG
#define INCLUDE_PIX_OPENCV_MOTEMPL_H_
#ifndef _EiC
-#include "cv.h"
+#include "opencv2/legacy/legacy.hpp"
+#include "opencv2/legacy/compat.hpp"
+#include "opencv2/video/tracking.hpp"
+
#include <time.h>
#include <math.h>
#include <ctype.h>