8.4.2. OpenCV: Intel Computer Vision Library

Author(s): Fu Jie Huang

This package provides an interface to the Intel Computer Vision Library (version 0.9.3).

Information and donwloads are available at http://www.intel.com/research/mrl/research/opencv/



8.4.2.0. Requirements/Installation


Lush's OpenCV interface is built and tested on Intel OpenCV-linux beta2_1 (version 0.9.3). The interface requires just one library: libopencv, together with the associated header files.

After downloading the opencv-0.9.3.tar.gz file, unpack it and do the usual ./configure , make and then make install will put the libopencv.so at /usr/local/lib, and the header files at /usr/local/include/opencv/. Lush should be able to find them automatically.

Launch lush, and type:

  
? (libload "opencv/opencv") 
,and you are ready to go.