Skip to content

Instantly share code, notes, and snippets.

@dbaldwin
Created December 5, 2014 22:22
Show Gist options
  • Save dbaldwin/b7680c78bb4c76308087 to your computer and use it in GitHub Desktop.
Save dbaldwin/b7680c78bb4c76308087 to your computer and use it in GitHub Desktop.
brew tap homebrew/science
brew install eigen # This was key for opencv to build
brew info opencv
brew install opencv
ln -s /usr/local/Cellar/opencv/2.4.9/lib/python2.7/site-packages/cv.py cv.py
ln -s /usr/local/Cellar/opencv/2.4.9/lib/python2.7/site-packages/cv2.so cv2.so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment