Open Source Computer Vision Library
Go to file
2013-07-30 16:14:24 +04:00
3rdparty
apps
cmake Merge pull request #1171 from SpecLad:drop-legacy-options 2013-07-25 12:05:36 +04:00
data
doc
include
modules Merge pull request #1164 from bitwangyaoyao:master_fixHaar 2013-07-30 16:14:24 +04:00
platforms
samples Merge pull request #1164 from bitwangyaoyao:master_fixHaar 2013-07-30 16:14:24 +04:00
.gitattributes
.gitignore
CMakeLists.txt Drop the legacy CMake options. 2013-07-22 18:49:38 +04:00
index.rst
README

OpenCV: open source computer vision library

Homepage:    http://opencv.org
Online docs: http://docs.opencv.org
Q&A forum:   http://answers.opencv.org
Dev zone:    http://code.opencv.org

Please read before starting work on a pull request:
  http://code.opencv.org/projects/opencv/wiki/How_to_contribute

Summary of guidelines:

* One pull request per issue;
* Choose the right base branch;
* Include tests and documentation;
* Clean up "oops" commits before submitting;
* Follow the coding style guide.