Go to file
Giles Payne af9ee90091
Merge pull request #17818 from komakai:documentation-improvements
Documentation fixes/improvements

* Documentation fixes/improvements

* Remove HASH_UTILS defines
2020-07-15 18:42:05 +00:00
.github
3rdparty
apps
cmake Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2020-07-13 19:54:49 +00:00
data
doc
include
modules Merge pull request #17818 from komakai:documentation-improvements 2020-07-15 18:42:05 +00:00
platforms Merge pull request #17818 from komakai:documentation-improvements 2020-07-15 18:42:05 +00:00
samples Fix typo 2020-07-11 08:10:15 +02:00
.editorconfig
.gitattributes
.gitignore
CMakeLists.txt Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2020-07-06 23:05:04 +00:00
CONTRIBUTING.md
LICENSE
README.md
SECURITY.md

OpenCV: Open Source Computer Vision Library

Resources

Contributing

Please read the contribution guidelines before starting work on a pull request.

Summary of the 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.