OpenCV in Ubuntu » History » Version 2
Joseph Foley, 2011-05-03 10:16
added correct link for package install, the community thing is outdated
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 | |||
10 | 1 | Joseph Foley | h2. Building from Source |
11 | 2 | Joseph Foley | |
12 | 1 | Joseph Foley | * http://opencv.willowgarage.com/wiki/InstallGuide%20%3A%20Debian |
13 | * http://opencv.willowgarage.com/wiki/InstallGuide |