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
(Difference between revisions)
Jump to: navigation, search
(Created page with "==Installation== Ubuntu: '''sudo apt-get install python-opencv'''. Windows: http://www.lfd.uci.edu/~gohlke/pythonlibs/#opencv provides installers. ''(Untested)'' Mac: Using MacPo...")
 
(Installation)
 
Line 1: Line 1:
 
==Installation==
 
==Installation==
Ubuntu: '''sudo apt-get install python-opencv'''.
+
:Ubuntu: '''sudo apt-get install python-opencv'''.
Windows: http://www.lfd.uci.edu/~gohlke/pythonlibs/#opencv provides installers. ''(Untested)''
+
:Windows ''(Untested)'': http://www.lfd.uci.edu/~gohlke/pythonlibs/#opencv provides installers.
Mac: Using MacPorts -- '''sudo port install numpy''', then follow the instructions at http://opencv.willowgarage.com/wiki/Mac_OS_X_OpenCV_Port.
+
: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.

Latest revision as of 19:48, 9 January 2013

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