added pictures for OpenCV 2.x reference manual; fixed some build problems and done some more cleanup work

This commit is contained in:
Vadim Pisarevsky
2011-03-05 21:26:13 +00:00
parent 7f83ea1be4
commit 5c3447c125
47 changed files with 415 additions and 96 deletions

View File

@@ -7,7 +7,6 @@ core. The Core Functionality
basic_structures
operations_on_arrays
dynamic_structures
drawing_functions
xml_yaml_persistence
clustering

View File

@@ -2,8 +2,6 @@
Introduction
************
.. highlight:: cpp
OpenCV (Open Source Computer Vision Library: http://opencv.willowgarage.com/wiki/) is open-source BSD-licensed library that includes several hundreds computer vision algorithms. It is very popular in the Computer Vision community. Some people call it “de-facto standard” API. The document aims to specify the stable parts of the library, as well as some abstract interfaces for high-level interfaces, with the final goal to make it an official standard.
API specifications in the document use the standard C++ (http://www.open-std.org/jtc1/sc22/wg21/) and the standard C++ library.