Created
July 14, 2012 14:33
-
-
Save mabroor/3111613 to your computer and use it in GitHub Desktop.
Getting Started with OpenCV
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ brew install opencv | |
# Add the following line to your ~/.bash_profile | |
export PYTHONPATH="/usr/local/lib/python2.7/site-packages:$PYTHONPATH" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment