aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorN.N. <sevyves@users.sourceforge.net>2009-10-13 15:49:57 +0000
committerN.N. <sevyves@users.sourceforge.net>2009-10-13 15:49:57 +0000
commit2d413c5df4d10befc2927e847003f94f22bc7c35 (patch)
treeb0cf75882562206ef0d19dddc6c7443434df4fb3
parentd95339e18c112ecb21bbc29cbff4d794170a144d (diff)
changed headers for Mac OSX
svn path=/trunk/externals/pix_opencv/; revision=12589
-rw-r--r--pix_opencv_athreshold.h4
-rw-r--r--pix_opencv_bgstats.h4
-rw-r--r--pix_opencv_bgsubstract.h4
-rw-r--r--pix_opencv_camshift.h4
-rw-r--r--pix_opencv_colorfilt.h4
-rw-r--r--pix_opencv_contours_boundingrect.h4
-rw-r--r--pix_opencv_contours_convexhull.h4
-rw-r--r--pix_opencv_contours_convexity.h4
-rw-r--r--pix_opencv_dft.h4
-rw-r--r--pix_opencv_distrans.h4
-rw-r--r--pix_opencv_edge.h4
-rw-r--r--pix_opencv_floodfill.h4
-rw-r--r--pix_opencv_haarcascade.h4
-rw-r--r--pix_opencv_hist_compare.h4
-rw-r--r--pix_opencv_hough_circles.h4
-rw-r--r--pix_opencv_hough_lines.h4
-rw-r--r--pix_opencv_hu_compare.h4
-rwxr-xr-xpix_opencv_hu_moments.h4
-rw-r--r--pix_opencv_knear.h4
-rw-r--r--pix_opencv_laplace.h4
-rw-r--r--pix_opencv_lk.h4
-rw-r--r--pix_opencv_morphology.h4
-rw-r--r--pix_opencv_motempl.h4
-rw-r--r--pix_opencv_pgh_compare.h4
-rw-r--r--pix_opencv_surf.h4
-rw-r--r--pix_opencv_threshold.h4
26 files changed, 104 insertions, 0 deletions
diff --git a/pix_opencv_athreshold.h b/pix_opencv_athreshold.h
index f1aaade..9fbfbb4 100644
--- a/pix_opencv_athreshold.h
+++ b/pix_opencv_athreshold.h
@@ -17,8 +17,12 @@ LOG
#define INCLUDE_PIX_OPENCV_ATHRESHOLD_H_
#ifndef _EiC
+#ifdef __APPLE__
+#include <OpenCV/OpenCV.h>
+#else
#include "cv.h"
#endif
+#endif
#include "Base/GemPixObj.h"
diff --git a/pix_opencv_bgstats.h b/pix_opencv_bgstats.h
index 52592dd..b843913 100644
--- a/pix_opencv_bgstats.h
+++ b/pix_opencv_bgstats.h
@@ -17,9 +17,13 @@ LOG
#define INCLUDE_PIX_OPENCV_BGSTATS_H
#ifndef _EiC
+#ifdef __APPLE__
+#include <OpenCV/OpenCV.h>
+#else
#include "cv.h"
#include "cvaux.h"
#endif
+#endif
#include "Base/GemPixObj.h"
diff --git a/pix_opencv_bgsubstract.h b/pix_opencv_bgsubstract.h
index 96b0dd5..b678ad8 100644
--- a/pix_opencv_bgsubstract.h
+++ b/pix_opencv_bgsubstract.h
@@ -17,8 +17,12 @@ LOG
#define INCLUDE_PIX_OPENCV_BGSUBSTRACT_H_
#ifndef _EiC
+#ifdef __APPLE__
+#include <OpenCV/OpenCV.h>
+#else
#include "cv.h"
#endif
+#endif
#include "Base/GemPixObj.h"
diff --git a/pix_opencv_camshift.h b/pix_opencv_camshift.h
index 58debb9..a6bb7c7 100644
--- a/pix_opencv_camshift.h
+++ b/pix_opencv_camshift.h
@@ -17,8 +17,12 @@ LOG
#define INCLUDE_PIX_OPENCV_CAMSHIFT_H_
#ifndef _EiC
+#ifdef __APPLE__
+#include <OpenCV/OpenCV.h>
+#else
#include "cv.h"
#endif
+#endif
#include "Base/GemPixObj.h"
diff --git a/pix_opencv_colorfilt.h b/pix_opencv_colorfilt.h
index 8a92af6..e96c556 100644
--- a/pix_opencv_colorfilt.h
+++ b/pix_opencv_colorfilt.h
@@ -19,8 +19,12 @@ LOG
#include <stdio.h>
#ifndef _EiC
+#ifdef __APPLE__
+#include <OpenCV/OpenCV.h>
+#else
#include "cv.h"
#endif
+#endif
#include "Base/GemPixObj.h"
diff --git a/pix_opencv_contours_boundingrect.h b/pix_opencv_contours_boundingrect.h
index 434a77c..6ed90ea 100644
--- a/pix_opencv_contours_boundingrect.h
+++ b/pix_opencv_contours_boundingrect.h
@@ -17,8 +17,12 @@ LOG
#define INCLUDE_PIX_OPENCV_CONTOURS_BOUNDINGRECT_H_
#ifndef _EiC
+#ifdef __APPLE__
+#include <OpenCV/OpenCV.h>
+#else
#include "cv.h"
#endif
+#endif
#include "Base/GemPixObj.h"
diff --git a/pix_opencv_contours_convexhull.h b/pix_opencv_contours_convexhull.h
index 70d9a61..3262607 100644
--- a/pix_opencv_contours_convexhull.h
+++ b/pix_opencv_contours_convexhull.h
@@ -17,8 +17,12 @@ LOG
#define INCLUDE_PIX_OPENCV_CONTOURS_CONVEXITY_H_
#ifndef _EiC
+#ifdef __APPLE__
+#include <OpenCV/OpenCV.h>
+#else
#include "cv.h"
#endif
+#endif
#include "Base/GemPixObj.h"
diff --git a/pix_opencv_contours_convexity.h b/pix_opencv_contours_convexity.h
index 37939e0..9984557 100644
--- a/pix_opencv_contours_convexity.h
+++ b/pix_opencv_contours_convexity.h
@@ -17,8 +17,12 @@ LOG
#define INCLUDE_PIX_OPENCV_CONTOURS_CONVEXITY_H_
#ifndef _EiC
+#ifdef __APPLE__
+#include <OpenCV/OpenCV.h>
+#else
#include "cv.h"
#endif
+#endif
#include "Base/GemPixObj.h"
diff --git a/pix_opencv_dft.h b/pix_opencv_dft.h
index d309660..c1115d6 100644
--- a/pix_opencv_dft.h
+++ b/pix_opencv_dft.h
@@ -17,8 +17,12 @@ LOG
#define INCLUDE_PIX_OPENCV_DFT_H_
#ifndef _EiC
+#ifdef __APPLE__
+#include <OpenCV/OpenCV.h>
+#else
#include "cv.h"
#endif
+#endif
#include "Base/GemPixObj.h"
diff --git a/pix_opencv_distrans.h b/pix_opencv_distrans.h
index bfa1506..611bb2a 100644
--- a/pix_opencv_distrans.h
+++ b/pix_opencv_distrans.h
@@ -17,8 +17,12 @@ LOG
#define INCLUDE_PIX_OPENCV_DISTRANS_H_
#ifndef _EiC
+#ifdef __APPLE__
+#include <OpenCV/OpenCV.h>
+#else
#include "cv.h"
#endif
+#endif
#include "Base/GemPixObj.h"
diff --git a/pix_opencv_edge.h b/pix_opencv_edge.h
index 344b629..899e411 100644
--- a/pix_opencv_edge.h
+++ b/pix_opencv_edge.h
@@ -17,8 +17,12 @@ LOG
#define INCLUDE_PIX_OPENCV_EDGE_H_
#ifndef _EiC
+#ifdef __APPLE__
+#include <OpenCV/OpenCV.h>
+#else
#include "cv.h"
#endif
+#endif
#include "Base/GemPixObj.h"
diff --git a/pix_opencv_floodfill.h b/pix_opencv_floodfill.h
index 2313059..c67f92b 100644
--- a/pix_opencv_floodfill.h
+++ b/pix_opencv_floodfill.h
@@ -17,8 +17,12 @@ LOG
#define INCLUDE_PIX_OPENCV_FLOODFILL_H_
#ifndef _EiC
+#ifdef __APPLE__
+#include <OpenCV/OpenCV.h>
+#else
#include "cv.h"
#endif
+#endif
#include "Base/GemPixObj.h"
diff --git a/pix_opencv_haarcascade.h b/pix_opencv_haarcascade.h
index 94ebc44..6c63a16 100644
--- a/pix_opencv_haarcascade.h
+++ b/pix_opencv_haarcascade.h
@@ -17,8 +17,12 @@ LOG
#define INCLUDE_PIX_OPENCV_HAARSCASCADE_H_
#ifndef _EiC
+#ifdef __APPLE__
+#include <OpenCV/OpenCV.h>
+#else
#include "cv.h"
#endif
+#endif
#include "Base/GemPixObj.h"
diff --git a/pix_opencv_hist_compare.h b/pix_opencv_hist_compare.h
index fd1bb29..02648e8 100644
--- a/pix_opencv_hist_compare.h
+++ b/pix_opencv_hist_compare.h
@@ -17,8 +17,12 @@ LOG
#define INCLUDE_PIX_OPENCV_HIST_COMPARE_H_
#ifndef _EiC
+#ifdef __APPLE__
+#include <OpenCV/OpenCV.h>
+#else
#include "cv.h"
#endif
+#endif
#include "Base/GemPixObj.h"
diff --git a/pix_opencv_hough_circles.h b/pix_opencv_hough_circles.h
index cf2ee26..f21f190 100644
--- a/pix_opencv_hough_circles.h
+++ b/pix_opencv_hough_circles.h
@@ -17,8 +17,12 @@ LOG
#define INCLUDE_PIX_OPENCV_HOUGH_CIRCLES_H_
#ifndef _EiC
+#ifdef __APPLE__
+#include <OpenCV/OpenCV.h>
+#else
#include "cv.h"
#endif
+#endif
#include "Base/GemPixObj.h"
diff --git a/pix_opencv_hough_lines.h b/pix_opencv_hough_lines.h
index aa30533..1967ee2 100644
--- a/pix_opencv_hough_lines.h
+++ b/pix_opencv_hough_lines.h
@@ -17,8 +17,12 @@ LOG
#define INCLUDE_PIX_OPENCV_HOUGH_LINES_H_
#ifndef _EiC
+#ifdef __APPLE__
+#include <OpenCV/OpenCV.h>
+#else
#include "cv.h"
#endif
+#endif
#include "Base/GemPixObj.h"
diff --git a/pix_opencv_hu_compare.h b/pix_opencv_hu_compare.h
index ad098b5..4930414 100644
--- a/pix_opencv_hu_compare.h
+++ b/pix_opencv_hu_compare.h
@@ -17,8 +17,12 @@ LOG
#define INCLUDE_PIX_OPENCV_HU_COMPARE_H_
#ifndef _EiC
+#ifdef __APPLE__
+#include <OpenCV/OpenCV.h>
+#else
#include "cv.h"
#endif
+#endif
#include "Base/GemPixDualObj.h"
diff --git a/pix_opencv_hu_moments.h b/pix_opencv_hu_moments.h
index 8b60781..62e3fa7 100755
--- a/pix_opencv_hu_moments.h
+++ b/pix_opencv_hu_moments.h
@@ -17,8 +17,12 @@ LOG
#define INCLUDE_PIX_OPENCV_HU_MOMENTS_H_
#ifndef _EiC
+#ifdef __APPLE__
+#include <OpenCV/OpenCV.h>
+#else
#include "cv.h"
#endif
+#endif
#include "Base/GemPixObj.h"
diff --git a/pix_opencv_knear.h b/pix_opencv_knear.h
index 37537a5..16dbee6 100644
--- a/pix_opencv_knear.h
+++ b/pix_opencv_knear.h
@@ -17,10 +17,14 @@ LOG
#define INCLUDE_PIX_OPENCV_KNEAR_H_
#ifndef _EiC
+#ifdef __APPLE__
+#include <OpenCV/OpenCV.h>
+#else
#include "cv.h"
#include "highgui.h"
#include "ml.h"
#endif
+#endif
#include "Base/GemPixObj.h"
diff --git a/pix_opencv_laplace.h b/pix_opencv_laplace.h
index 8eeb25d..a6c1f7f 100644
--- a/pix_opencv_laplace.h
+++ b/pix_opencv_laplace.h
@@ -17,8 +17,12 @@ LOG
#define INCLUDE_PIX_OPENCV_LAPLACE_H_
#ifndef _EiC
+#ifdef __APPLE__
+#include <OpenCV/OpenCV.h>
+#else
#include "cv.h"
#endif
+#endif
#include "Base/GemPixObj.h"
diff --git a/pix_opencv_lk.h b/pix_opencv_lk.h
index cae97a7..5810d4f 100644
--- a/pix_opencv_lk.h
+++ b/pix_opencv_lk.h
@@ -17,8 +17,12 @@ LOG
#define INCLUDE_PIX_OPENCV_LK_H_
#ifndef _EiC
+#ifdef __APPLE__
+#include <OpenCV/OpenCV.h>
+#else
#include "cv.h"
#endif
+#endif
#include "Base/GemPixObj.h"
diff --git a/pix_opencv_morphology.h b/pix_opencv_morphology.h
index 238549e..fabd859 100644
--- a/pix_opencv_morphology.h
+++ b/pix_opencv_morphology.h
@@ -17,8 +17,12 @@ LOG
#define INCLUDE_PIX_OPENCV_MORPHOLOGY_H_
#ifndef _EiC
+#ifdef __APPLE__
+#include <OpenCV/OpenCV.h>
+#else
#include "cv.h"
#endif
+#endif
#include "Base/GemPixObj.h"
diff --git a/pix_opencv_motempl.h b/pix_opencv_motempl.h
index e83a3bf..2bf26ad 100644
--- a/pix_opencv_motempl.h
+++ b/pix_opencv_motempl.h
@@ -17,11 +17,15 @@ LOG
#define INCLUDE_PIX_OPENCV_MOTEMPL_H_
#ifndef _EiC
+#ifdef __APPLE__
+#include <OpenCV/OpenCV.h>
+#else
#include "cv.h"
#include <time.h>
#include <math.h>
#include <ctype.h>
#endif
+#endif
#include <stdio.h>
#include "Base/GemPixObj.h"
diff --git a/pix_opencv_pgh_compare.h b/pix_opencv_pgh_compare.h
index 43e3261..d894870 100644
--- a/pix_opencv_pgh_compare.h
+++ b/pix_opencv_pgh_compare.h
@@ -17,8 +17,12 @@ LOG
#define INCLUDE_PIX_OPENCV_PGH_COMPARE_H_
#ifndef _EiC
+#ifdef __APPLE__
+#include <OpenCV/OpenCV.h>
+#else
#include "cv.h"
#endif
+#endif
#include "Base/GemPixDualObj.h"
diff --git a/pix_opencv_surf.h b/pix_opencv_surf.h
index 7c819c3..e7d3aaa 100644
--- a/pix_opencv_surf.h
+++ b/pix_opencv_surf.h
@@ -17,8 +17,12 @@ LOG
#define INCLUDE_PIX_OPENCV_SURF_H_
#ifndef _EiC
+#ifdef __APPLE__
+#include <OpenCV/OpenCV.h>
+#else
#include "cv.h"
#endif
+#endif
#include "Base/GemPixObj.h"
diff --git a/pix_opencv_threshold.h b/pix_opencv_threshold.h
index d061d1e..7cbd845 100644
--- a/pix_opencv_threshold.h
+++ b/pix_opencv_threshold.h
@@ -17,8 +17,12 @@ LOG
#define INCLUDE_PIX_OPENCV_THRESHOLD_H_
#ifndef _EiC
+#ifdef __APPLE__
+#include <OpenCV/OpenCV.h>
+#else
#include "cv.h"
#endif
+#endif
#include "Base/GemPixObj.h"