Actions
OpenCV in Ubuntu » History » Revision 3
« Previous |
Revision 3/4
(diff)
| Next »
Joseph Foley, 2011-05-03 10:31
problems with building examples. Hmm.
OpenCV in Ubuntu¶
There are two main ways to install OpenCV. You can build it from source or you can install the Ubuntu packages.
Installing packages¶
inspired by https://help.ubuntu.com/community/OpenCVsudo 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
Building from Source¶
Updated by Joseph Foley over 13 years ago · 4 revisions