We will assume you have python 2.5 installed (from the link above) I will walk through the now fairly straight forward openCV installation process.
ABOUT OPENCV:
"The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems."
Basically it has a bunch of tools that let you analyze picture files and live video from a source such as a webcam. I am currently working on a robot for defcon 15.
Remove these ads by
Signing UpStep 1Navigate your directories
Once you are there look for 'Lib', inside Lib there should be another directory called 'site-packages'
On this computer I have no other packages installed for python, so it is empty besides a README.txt
| « Previous Step | Download PDFView All Steps | Next Step » |








































sudo apt-get install opencv-doc python-opencv
First of all, so many things have changed and secondley for some reason the applications I get to work only cause dead windows, that make your screen freeze....
so if you're doing fine with the old version, don't destroy it !!!
if by any chance you know how to juse the new version I'd be glad if you could help me out (I'm really frustrated right now :( ).