|
Heres how I got OpenCV installed: First install some needed packages
Now you need to grab FFmpeg for the install to work
The svn didn’t work for me, probably something to do with the proxy I’m under at Uni so I had to grab the source and compile it: Download – http://ffmpeg.org/releases/ffmpeg-0.5.tar.bz2 (skip the tar step if you svn the package)
Configure and install ffmpeg
Next grab a copy of OpenCV (I used OpenCV-2.0.0.tar.bz2 in this guide) Download – http://sourceforge.net/projects/opencvlibrary/files/opencv-unix/2.0/
Now you should be setup, try running one of the sample programs to test it:
|
3 Responses to HowTo: Install OpenCV in Ubuntu Karmic (9.10)
Arkapravo
June 20th, 2010 at 7:41 am
Hey Alex
This works great with Ubuntu 9.04, however ./facedetect doesn’t work with Ubuntu 9.04 installed in Virtual Box. May be some Hardware Abstraction issue of the webcam.
Thanks again
Arkapravo
Alex
June 20th, 2010 at 12:45 pm
Hey Arkapravo,
Sorry I don’t have any experience working with Virtual Box but if you manage to find out how to get it working I’d love to know how you did it!
Arkapravo
June 28th, 2010 at 2:08 pm
Install Virtual Box , configure Ubuntu 9.04 using an iso image file, install Guest Additions for ‘smooth’ working of the guest OS. Then rest is exactly same as in your website. Just that some of the hardware may not work (issues with hardware abstraction). Then again, it is a very good test, before actually partitioning the HDD to install the OS.