Download and Install opencv version 1.0.0 on Mac OS X
Thursday the 20th of November, 2008

    version 1.0.0

      View the most recent changes for the opencv port at: opencv.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for opencv.
      The raw portfile for opencv 1.0.0 is located here:
      http://opencv.darwinports.com/dports/graphics/opencv/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/opencv
      Google
      Web Darwinports.com



      # $Id: Portfile 32029 2007-12-14 07:40:18Z ryandesign macports.org $

      PortSystem 1.0

      Name: opencv
      Version: 1.0.0
      Category: graphics science
      Platform: darwin
      Maintainers: stante gmail.com
      Description: Intel(R) Open Source Computer Vision Library
      Long Description: opencv is a library that is mainly aimed at real time computer vision. Some example areas would be Human-Computer Interaction (HCI), Object Identification, Segmentation and Recognition, Face Recognition, Gesture Recognition, Motion Tracking, Ego Motion, Motion Understanding, Structure From Motion (SFM), and Mobile Robotics.

      Homepage: http://www.intel.com/technology/computing/opencv/
      master_sites sourceforge:opencvlibrary
      checksums md5 146a05005f2d2c16c4ee10ebd7f1dd58

      depends_lib port:gtk2 port:zlib port:jpeg port:libpng port:tiff

      configure.env CPATH="${prefix}/include" LIBRARY_PATH="${prefix}/lib"
      configure.cxxflags-append "-I${prefix}/include -L${prefix}/lib"

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/opencv
      % sudo port install opencv
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching opencv
      ---> Verifying checksum for opencv
      ---> Extracting opencv
      ---> Configuring opencv
      ---> Building opencv with target all
      ---> Staging opencv into destroot
      ---> Installing opencv
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using opencv with these commands:
      %  man opencv
      % apropos opencv
      % which opencv
      % locate opencv

     Where to find more information:

    Darwin Ports



    Lightbox this page.