I wish to install OpenCV in Ubuntu 9.04, I used this installation guide, but nothing seems to work !

Is there anyone who has installed OpenCV in Ubuntu 9.04 ?

link|improve this question

feedback

2 Answers

open up synaptic package manager. (type in password if needed)

type in opencv in the search box:

check(mark for installation) the following :

everything except : "harpia" and "python-opencv".

opencv-doc is optional.

python-opencv is needed for the python interface of opencv

please note that this is opencv version 1 not version 2.

link|improve this answer
feedback

sudo apt-get install python-opencv
python
>>> from opencv import cv
>>> from opencv import highgui

If that doesn't work, try checking the /usr/lib/python-support/python-opencv/python2.6 folder to make sure the package installed correctly.

link|improve this answer
Who said python? – mrucci May 8 '10 at 6:36
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.