diff options
author | Antoine Villeret <avilleret@users.sourceforge.net> | 2013-06-21 18:38:49 +0000 |
---|---|---|
committer | Antoine Villeret <avilleret@users.sourceforge.net> | 2013-06-21 18:38:49 +0000 |
commit | adf25cd9b3d39656e92f81cabb990c3e72864442 (patch) | |
tree | 5a765bb2c6b41d6362acfd9e7b6653ade9cf22eb /pix_opencv_bgsubstract.h | |
parent | 3141bbf7870bce1e3f93985cd55f0e156be3aec1 (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_bgsubstract.h')
-rw-r--r-- | pix_opencv_bgsubstract.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pix_opencv_bgsubstract.h b/pix_opencv_bgsubstract.h index 96b0dd5..bb177c4 100644 --- a/pix_opencv_bgsubstract.h +++ b/pix_opencv_bgsubstract.h @@ -17,7 +17,7 @@ LOG #define INCLUDE_PIX_OPENCV_BGSUBSTRACT_H_ #ifndef _EiC -#include "cv.h" +#include "opencv2/legacy/legacy.hpp" #endif #include "Base/GemPixObj.h" |