added pictures for OpenCV 2.x reference manual; fixed some build problems and done some more cleanup work
This commit is contained in:
@@ -7,7 +7,6 @@ core. The Core Functionality
|
||||
|
||||
basic_structures
|
||||
operations_on_arrays
|
||||
dynamic_structures
|
||||
drawing_functions
|
||||
xml_yaml_persistence
|
||||
clustering
|
||||
|
@@ -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.
|
||||
|
Reference in New Issue
Block a user