aboutsummaryrefslogtreecommitdiff
path: root/pix_opencv_contours_boundingrect.h
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-10-09 00:03:52 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-10-09 00:03:52 +0000
commit54b0939b9d1578b1094d9fec1ec7902b4d0f407c (patch)
treebbcfd6c768716f62696ebba9b8be44552e2b6706 /pix_opencv_contours_boundingrect.h
parent849207f2418f17b57c12ff891bad076ac170c738 (diff)
converted headers on Mac OS X to do it in Mac OS X style and ported new Makefile template to this lib
svn path=/trunk/externals/pix_opencv/; revision=12560
Diffstat (limited to 'pix_opencv_contours_boundingrect.h')
-rw-r--r--pix_opencv_contours_boundingrect.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/pix_opencv_contours_boundingrect.h b/pix_opencv_contours_boundingrect.h
index 0c23402..f89790e 100644
--- a/pix_opencv_contours_boundingrect.h
+++ b/pix_opencv_contours_boundingrect.h
@@ -19,8 +19,13 @@ LOG
#include "Base/GemPixObj.h"
#ifndef _EiC
+#ifdef __APPLE__
+#include <OpenCV/OpenCV.h>
+#include <OpenCV/cvcompat.h>
+#else
#include "cv.h"
#endif
+#endif
#define MAX_MARKERS 100