Help:OpenCV

From CECS wiki
Jump to navigation Jump to search

OpenCV (Open Source Computer Vision) is a library of programming functions mainly aimed at real-time computer vision.

Vendor homepage
http://sourceforge.net/projects/opencvlibrary/
Software availability
linux, windows
Other related software
View online documentation
http://docs.opencv.org/
Location of example files

Additional notes[edit]

Windows install procedure is difficult.

To install in ubuntu:

sudo apt-get install libopencv-dev opencv-doc
sudo apt-get install python-opencv

To use the gpu version

 apt-get install libopencv-gpu-dev

and make sure programs you compile use these flags (or find these paths)

-I/usr/include/opencv2/gpu -lopencv_gpu