Deprecated: (6.186) preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /afs/athena.mit.edu/course/6/6.186/web_scripts/2013/w/includes/Sanitizer.php on line 1550

Deprecated: (6.186) preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /afs/athena.mit.edu/course/6/6.186/web_scripts/2013/w/includes/Sanitizer.php on line 1550

Deprecated: (6.186) preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /afs/athena.mit.edu/course/6/6.186/web_scripts/2013/w/includes/Sanitizer.php on line 1550
OpenCV - Maslab 2013

OpenCV

From Maslab 2013
Jump to: navigation, search

Installation

Ubuntu: sudo apt-get install python-opencv.
Windows (Untested): http://www.lfd.uci.edu/~gohlke/pythonlibs/#opencv provides installers.
Mac (Untested): Using MacPorts -- sudo port install numpy, then follow the instructions at http://opencv.willowgarage.com/wiki/Mac_OS_X_OpenCV_Port.

Getting Started

The OpenCV website provides pretty good documentation: http://opencv.willowgarage.com/documentation/python/index.html. The cookbook in particular is a good place to get started.

Personal tools