OpenCV in Ubuntu » History » Version 3
Joseph Foley, 2011-05-03 10:31
problems with building examples. Hmm.
1 | 1 | Joseph Foley | h1. OpenCV in Ubuntu |
---|---|---|---|
2 | 2 | Joseph Foley | |
3 | 1 | Joseph Foley | There are two main ways to install OpenCV. You can build it from source or you can install the Ubuntu packages. |
4 | 2 | Joseph Foley | |
5 | 1 | Joseph Foley | h2. Installing packages |
6 | 2 | Joseph Foley | |
7 | inspired by https://help.ubuntu.com/community/OpenCV |
||
8 | * @sudo apt-get install python-opencv opencv-doc libcv-dev libcvaux-dev libhighgui-dev@ |
||
9 | 3 | Joseph Foley | * Test the build: |
10 | ** @cd ~@ |
||
11 | ** @cp -r /usr/share/doc/opencv-doc/examples .@ |
||
12 | ** @cd examples/c@ |
||
13 | ** you should be able to build most programs. Unfortunately, the face |
||
14 | 2 | Joseph Foley | |
15 | 1 | Joseph Foley | h2. Building from Source |
16 | 2 | Joseph Foley | |
17 | 1 | Joseph Foley | * http://opencv.willowgarage.com/wiki/InstallGuide%20%3A%20Debian |
18 | * http://opencv.willowgarage.com/wiki/InstallGuide |