OpenCV: Difference between revisions
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
== Install OpenCV for PYthon on OSX == | == Install OpenCV for PYthon on OSX == | ||
https://jjyap.wordpress.com/2014/05/24/installing-opencv-2-4-9-on-mac-osx-with-python-support/ | |||
Using homebrew. | Using homebrew. | ||
brew install homebrew/science/opencv | brew install homebrew/science/opencv |
Revision as of 14:33, 14 March 2017
OpenCV is a library related to computer vision. It includes routines for, for instance, face detection (among other kinds of patterns). There is a Python Interface.
Install OpenCV for PYthon on OSX
https://jjyap.wordpress.com/2014/05/24/installing-opencv-2-4-9-on-mac-osx-with-python-support/
Using homebrew.
brew install homebrew/science/opencv