Intel® Open Source Computer Vision Library

What is OpenCV

OpenCV means Intel® Open Source Computer Vision Library. It is a collection of C functions and a few C++ classes that implement many popular Image Processing and Computer Vision algorithms.


The key features

OpenCV provides cross-platform middle-to-high level API that includes about 300 C functions and a few C++ classes. Also there are constantly improving Python bindings to OpenCV, see interfaces/swig/python and samples/python. OpenCV has no strict dependencies on external libraries, though it can use some (such as libjpeg, ffmpeg, GTK+ etc.) when it is possible.

OpenCV is free for both non-commercial and commercial use (see the license for details).

OpenCV provides transparent interface to Intel® Integrated Performance Primitives (IPP). That is, it loads automatically IPP libraries optimized for specific processor at runtime, if they are available. More information about IPP can be retrieved at http://www.intel.com/software/products/ipp/index.htm


Who created it

The list of authors and major contributors can be found in the file THANKS.


What's New

See the ChangeLog.


Where to get OpenCV

Go http://www.sourceforge.net/projects/opencvlibrary. If it does not work, type "OpenCV" in Google (http://www.google.com).


If you have a problem with installing/running/using OpenCV

  1. Visit OpenCV Wiki-pages at http://opencvlibrary.sourceforge.net and look for the information there (and/or add it when you have found a solution)
  2. Read FAQs
  3. Search through OpenCV archives at www.yahoogroups.com (http://groups.yahoo.com/group/OpenCV/)
  4. Join OpenCV mailing list at yahoo groups (see FAQs on how to do it) and mail your questions (the mailing list will probably migrate to OpenCV's SourceForge site)
  5. Look at the OpenCV sample code, read the reference manual :)

OpenCV Reference Manuals

You may also look at the PDF manual, but do not trust it much - it is pretty out of date, especially, the reference part.