aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorN.N. <sevyves@users.sourceforge.net>2009-08-29 21:43:37 +0000
committerN.N. <sevyves@users.sourceforge.net>2009-08-29 21:43:37 +0000
commit5f48da1ffe239dc989c4561668c86a1852f7e0cf (patch)
tree53ba6ddb52ce93dbdf8cfd9a2a932d3330e3f85f /INSTALL
parent9ccaf6ebab9d445e5b8ed04f58956cacb7ac7467 (diff)
updated opencv_lk with delaunay
svn path=/trunk/externals/pix_opencv/; revision=12139
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL33
1 files changed, 19 insertions, 14 deletions
diff --git a/INSTALL b/INSTALL
index e747357..b2a498d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -7,23 +7,25 @@ Download the package here : [[http://hangar.org/wikis/lab/pd/pdp_opencv-0.1a.tar
(actually only tested in GNU/Linux Ubuntu)
-unpack it ::
+first install opencv development packages,
+on ubuntu :
- tar xzvf pix_opencv-0.1a.tar.gz
+apt-get install libcv-dev
+apt-get install libcvaux-dev
+apt-get install libhighgui-dev
-cd into the library folder ::
+get the _SOURCES_ of the pd you are using
+and of the GEM that you are loading
+( it might not work if the version
+is different )
- cd pix_opencv
-
-or
+cd into the package folder ::
- cd pdp_opencv
+ cd pix_opencv
edit the Makefile to fit your system and sources folders:
-for pix_opencv edit the Makefile and change the values for PD_DIR and GEM_DIR variables
-
-for pdp_opencv edit the Makefile.config and change the values for OPENCV_CPPFLAGS, PD_CPPFLAGS, PDP_CFLAGS variables
+edit the Makefile and change the values for PD_DIR and GEM_DIR variables
then, compile it ::
@@ -38,20 +40,23 @@ and copy the .pd_linux to your externals folder ::
===== MAC OSX (intel and powerPC) =====
-(This is only for pix_opencv Actually there is no MACOSX makefile for pdp_opencv.)
-
first install openCV MacOS framework
download openCV private framework from http://www.ient.rwth-aachen.de/cms/software/opencv/
copy the provided OpenCV.framework folder in your /System/Library/Frameworks/ directory ::
cp -Rf /Volumes/OpenCV\ Private\ Framework/OpenCV.framework /System/Library/Frameworks/
-cd into the library folder ::
+get the _SOURCES_ of the pd you are using
+and of the GEM that you are loading
+( it might not work if the version
+is different )
+
+cd into the package folder ::
cd pix_opencv
edit the Makefile to fit your system and sources folders:
-for pix_opencv edit the Makefile and change the values for PD_DIR and GEM_DIR variables
+edit the Makefile and change the values for PD_DIR and GEM_DIR variables
then, compile it ::