@hackage HOpenCV0.1.1

A binding for the OpenCV computer vision library

  • Installation

  • Dependencies (0)

  • Dependents (0)

Initial version with very limited bindings to OpenCV 2.0. (See: http://opencv.willowgarage.com/wiki/Welcome)

For a functional interface to this library, see the package cv-combinators.

Installation

You must install OpenCV (development packages) prior to installing this package. Currently only tested on Ubuntu Linux, but should work on most linux distributions. For OpenCV installation on other *nix platforms, see http://sourceforge.net/projects/opencvlibrary/files/opencv-unix/2.0/

On ubuntu systems, the appropriate version of OpenCV can be installed by:

sudo add-apt-repository ppa:gijzelaar/opencv2-karmick
sudo apt-get update
sudo apt-get install libcv-dev libhighgui-dev

You should then have libcv4 and libhighgui4 installed automatically too.