Intel® Open Source Computer Vision OpenCV
What is OpenCV?
OpenCV is an Intel® open source computer visual library. It consists of a series of C functions and a small amount of C classes, and many general algorithms in image processing and computer visual.
Important feature
OpenCV has a cross-platform, high-level API including more than 300 C functions. It does not rely on other external libraries, although certain external libraries can also be used.
OpenCV is free for non-commercial applications and commercial applications. (Details Refer to License).
OpenCV provides a transparent interface for Intel® Integrated Performance Primitives (IPP). This means that if there is an IPP library optimized for a specific processor, the OpenCV will automatically load these libraries at runtime. For more information on IPP, please refer to: http://www.intel.com/software/products/ipp/index.htm
Who created it
Author list can be found in file authors.
In addition, many people give recommendations, patch, bug report, etc. A less complete list is in the file THANKS.
New feature
Please refer to OpenCvchangelog.
Where to download OpenCV
Visit http://www.sourceforge.net/projects/opencvlibrary. If you have any questions, enter "OpenCV" search in Google (http://www.google.com).
If you have problems in installation / run / use OpenCV
Read FAQ Chinese in the OpenCv mail list www.yahoogroups.com (http://groups.yahoo.com/group/opencv/) search. Add to the OpenCV mail list on Yahoo Group (how to add please refer to FAQs) and send your questions to your mailing list. (This mailing list may migrate to OpenCV's SourceForge Site) Refer to OpenCV's example code, read reference manual
OpenCV Reference Manual
CXCORE Chinese Reference Manual CV Chinese Reference Manual CVAUX Chinese Reference Manual Highgui Chinese Reference Manual