Opencv

Make sure you get OpenCV 2.0 (not earlier versions)

Installation

Linux

Ubuntu/Debian Package

Ubuntu Karmic includes only opencv 1.x. You probably want to use opencv 2.0. There is a package for this in the Humanoids Lab APT repository. If you're on fairly recent i386 hardware, it should work.

Manual Compilation

  • Install prerequisites. On ubuntu, this is apt-get install build-essential python-dev libgtk2.0-dev libopenexr-dev libpng12-dev libtiff4-dev libjasper-dev octave
  • Download
  • ./configure && make && make install

For Win32 systems

MSVS (Windows)

Download Visual Studio 2008 - Get VS2008 from MSDN alliance.

Download OpenCV - Grab the binary installer here. Accept default configurations. Choose the checkbox for "Adding to System PATH."

OpenCV Help - Help with OpenCV install

Willow Garage Instructions - Add the CV (include / binary) paths to Visual Studio's configuration settings. Do a test project in VC++ (or your language of choice).

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License