Tuesday, November 24, 2009

Installing Opencv for Python2.6 in Ubuntu9.04

Many who are trying to install python-opencv in ubuntu 9.04 may have found that the highgui part of opencv is not working that means no video capture from camera or video recording so the whole purpose of installing opencv(open Computer Vision) is lost. so i googled how to install the latest version and found the following

I am giving few simple steps to install latest opencv package for python 2.6 in ubuntu 9.04. There are two ways to install latest opencv:

1. Go to thesvn co link here and download the tarball installation
                                  or
2. Open a terminal and type the following commands
    a. type this in terminal "svn co https://code.ros.org/svn/opencv/trunk"
    b. cd trunk
    c. ./configure
    d. make
    e. make install

0 comments:

Post a Comment