The latest version of my final year project, almost complete. It’s designed to be a pedestrian detection system used in reversing cameras on cars. Possibly more information to come, see here – projects/finalyearproject/
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:
|