aboutsummaryrefslogtreecommitdiff
path: root/pix_opencv_bgstats.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_bgstats.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_bgstats.h')
-rw-r--r--pix_opencv_bgstats.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/pix_opencv_bgstats.h b/pix_opencv_bgstats.h
index 52592dd..0f791e9 100644
--- a/pix_opencv_bgstats.h
+++ b/pix_opencv_bgstats.h
@@ -17,8 +17,9 @@ LOG
#define INCLUDE_PIX_OPENCV_BGSTATS_H
#ifndef _EiC
-#include "cv.h"
-#include "cvaux.h"
+#include "opencv2/legacy/legacy.hpp"
+#include "opencv2/video/background_segm.hpp"
+
#endif
#include "Base/GemPixObj.h"