diff options
author | Antoine Villeret <avilleret@users.sourceforge.net> | 2013-06-20 11:47:36 +0000 |
---|---|---|
committer | Antoine Villeret <avilleret@users.sourceforge.net> | 2013-06-20 11:47:36 +0000 |
commit | 7ba4c474b0d0e96dbb654793001d472871a13b4a (patch) | |
tree | 685f2f3dcb2941d5fb117486b46e95f19dbe7888 | |
parent | de5e883477914d7654d16f72c311b7ad92a5849c (diff) |
fix legacy header inclusion
thanks to yvan volochine
svn path=/trunk/externals/pix_opencv/; revision=17153
-rw-r--r-- | pix_opencv_lk.h | 2 | ||||
-rw-r--r-- | pix_opencv_of_bm.h | 2 | ||||
-rw-r--r-- | pix_opencv_of_hs.h | 2 | ||||
-rw-r--r-- | pix_opencv_of_lk.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/pix_opencv_lk.h b/pix_opencv_lk.h index cae97a7..2e3f640 100644 --- a/pix_opencv_lk.h +++ b/pix_opencv_lk.h @@ -17,7 +17,7 @@ LOG #define INCLUDE_PIX_OPENCV_LK_H_ #ifndef _EiC -#include "cv.h" +#include "opencv2/legacy/legacy.hpp" #endif #include "Base/GemPixObj.h" diff --git a/pix_opencv_of_bm.h b/pix_opencv_of_bm.h index f5c75f0..20a1ce4 100644 --- a/pix_opencv_of_bm.h +++ b/pix_opencv_of_bm.h @@ -17,7 +17,7 @@ LOG #define INCLUDE_PIX_OPENCV_OF_BM_H_ #ifndef _EiC -#include "cv.h" +#include "opencv2/legacy/legacy.hpp" #endif #include "Base/GemPixObj.h" diff --git a/pix_opencv_of_hs.h b/pix_opencv_of_hs.h index b51cc67..ba836b8 100644 --- a/pix_opencv_of_hs.h +++ b/pix_opencv_of_hs.h @@ -17,7 +17,7 @@ LOG #define INCLUDE_PIX_OPENCV_OF_HS_H_ #ifndef _EiC -#include "cv.h" +#include "opencv2/legacy/legacy.hpp" #endif #include "Base/GemPixObj.h" diff --git a/pix_opencv_of_lk.h b/pix_opencv_of_lk.h index fb23b78..212b98f 100644 --- a/pix_opencv_of_lk.h +++ b/pix_opencv_of_lk.h @@ -17,7 +17,7 @@ LOG #define INCLUDE_PIX_OPENCV_OF_LK_H_ #ifndef _EiC -#include "cv.h" +#include "opencv2/legacy/legacy.hpp" #endif #include "Base/GemPixObj.h" |