PDA

View Full Version : opencv in ubuntu



sanda199
January 24th, 2013, 10:01 AM
Hi all, everyone. Let me ask you questions. Can openCV use in ubuntu? If can, what is the programming language, python?? If cannot, why can't use? I am using ubuntu 11.10. thanks

slickymaster
January 24th, 2013, 10:35 AM
OpenCV is a collection of libraries that provide image processing routines and algorithms for software development.

To install it, type the following in a terminal window:

sudo su
sudo apt-get install build-essential
ssudo apt-get install libavformat-dev
ssudo apt-get install ffmpeg
ssudo apt-get install libcv2.1 libcvaux2.1 libhighgui2.1 python-opencv opencv-doc libcv-dev libcvaux-dev libhighgui-dev