8.4.2. OpenCV: Intel Computer Vision Library |
Information and donwloads are available at
http://www.intel.com/research/mrl/research/opencv/
8.4.2.0. Requirements/Installation |
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.