Open Source Computer Vision Library
Go to file
2017-09-12 17:16:30 +03:00
.github
3rdparty Fixed some issues found by static analysis 2017-09-08 12:22:12 +03:00
apps cmake: drop INSTALL_NAME_DIR 2017-08-22 15:26:20 +03:00
cmake cmake: disable implicit-fallthrough by default 2017-09-11 16:04:00 +03:00
data
doc Merge pull request #9457 from alalek:type_traits_issue_7599 2017-09-06 13:34:29 +00:00
include
modules Lab test fix: stop at first mismatch 2017-09-12 17:16:30 +03:00
platforms cmake: change Pylint integration 2017-08-24 14:59:33 +03:00
samples Merge pull request #9476 from dkurt:tutorial_dnn_android 2017-09-03 10:34:25 +00:00
.gitattributes build: added VERSIONINFO resource 2017-06-20 15:45:21 +03:00
.gitignore .gitignore: added ".cache" directory back 2017-06-21 19:03:17 +03:00
.tgitconfig
CMakeLists.txt python(test): enable pylint checks for tests 2017-09-03 18:19:17 +00:00
CONTRIBUTING.md
LICENSE
README.md

OpenCV: Open Source Computer Vision Library

Resources

Contributing

Please read before starting work on a pull request: https://github.com/opencv/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.