Skip to content

Installing OpenCV for OS X

jamezilla edited this page May 16, 2011 · 1 revision

From Source

Follow the instructions for OSX here: http://opencv.willowgarage.com/wiki/InstallGuide

Using a package manager

  1. Install Homebrew
  2. (optional) Install Intel Threading Building Blocks:
    brew install tbb
  3. Install OpenCV:
    brew install opencv --build32
  1. Install Macports
  2. (optional) Install Intel Threading Building Blocks:
    sudo port install tbb
  3. Install OpenCV:
    sudo port install opencv +tbb
Clone this wiki locally