Project

General

Profile

OpenCV in Ubuntu » History » Revision 3

Revision 2 (Joseph Foley, 2011-05-03 10:16) → Revision 3/4 (Joseph Foley, 2011-05-03 10:31)

h1. OpenCV in Ubuntu 

 There are two main ways to install OpenCV.    You can build it from source or you can install the Ubuntu packages. 

 h2. Installing packages 

 inspired by https://help.ubuntu.com/community/OpenCV 
 * @sudo apt-get install python-opencv opencv-doc libcv-dev libcvaux-dev libhighgui-dev@ 
 * Test the build: 
 ** @cd ~@ 
 ** @cp -r /usr/share/doc/opencv-doc/examples .@ 
 ** @cd examples/c@ 
 ** you should be able to build most programs.    Unfortunately, the face 

 h2. Building from Source 

 * http://opencv.willowgarage.com/wiki/InstallGuide%20%3A%20Debian 
 * http://opencv.willowgarage.com/wiki/InstallGuide