OpenCV: Difference between revisions
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
* http://opencv.willowgarage.com/wiki/ | * http://opencv.willowgarage.com/wiki/ | ||
* http://en.wikipedia.org/wiki/OpenCV | * http://en.wikipedia.org/wiki/OpenCV | ||
== Install OpenCV for PYthon on OSX == | |||
Using homebrew. | |||
brew install homebrew/science/opencv |
Revision as of 14:30, 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
Using homebrew.
brew install homebrew/science/opencv