Open Source Computer Vision Library
Go to file
2014-10-30 10:45:03 +00:00
3rdparty Fixing iOS clang warnings, part 3 2014-10-17 18:15:21 +04:00
apps Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
cmake Fixing iOS clang warnings, part 3 2014-10-17 18:15:21 +04:00
data
doc Basic doxygen documentation support 2014-10-22 15:24:15 +04:00
include
modules Merge pull request #3343 from mshabunin:doxygen-docs 2014-10-30 10:45:03 +00:00
platforms Fixing iOS clang warnings, part 3 2014-10-17 18:15:21 +04:00
samples Update hog.cpp 2014-10-20 18:14:38 +08:00
.gitattributes
.gitignore
.tgitconfig
CMakeLists.txt Basic doxygen documentation support 2014-10-22 15:24:15 +04:00
index.rst
LICENSE
README.md

OpenCV: Open Source Computer Vision Library

Gittip

Resources

Contributing

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.