Sunday, November 2, 2008

Engagement Invitation Sayings

OpenCV & XCode

To install and configure the libraries and use OpenCV in Leopard with XCode just follow these simple instructions: open the
  1. terminal and create a folder that will house the library check out the source of
  2. from inside the folder you just created, type:
    cvs-z3-d: pserver: anonymous@opencvlibrary.cvs.sourceforge.net: / cvsroot / co-P opencv opencvlibrary
    this command will download the sources to compile
  3. now type:
    cd opencv
    . / make_frameworks.sh
  4. 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.