Go to file
2017-09-08 13:31:27 +00:00
.github
3rdparty
apps
cmake Merge pull request #9457 from alalek:type_traits_issue_7599 2017-09-06 13:34:29 +00:00
data
doc Merge pull request #9457 from alalek:type_traits_issue_7599 2017-09-06 13:34:29 +00:00
include
modules Merge pull request #9582 from sovrasov:fix_gcc7_macro_warning 2017-09-08 13:31:27 +00: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
.gitignore
.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.