To install and configure the libraries and use OpenCV in Leopard with XCode just follow these simple instructions: open the
- terminal and create a folder that will house the library check out the source of
- from inside the folder you just created, type: cvs-z3-d: pserver: anonymous@opencvlibrary.cvs.sourceforge.net: / cvsroot / co-P opencv opencvlibrarythis command will download the sources to compile
- now type: cd opencv. / make_frameworks.sh
- once we have finished compiling the libraries installed on your Mac. To verify that everything went well, move the folder from which we compiled and go samples / MacOSX / FaceTracker, open the xcode project to verify that the OpenCV. Framework is the right way it should be: Macintosh HD / Developer/SDKs/MacOSX10.5.sdk/Library/Frameworks Build & Go and press If the application side we are ready to develop with OpenCV.