Go to file
2017-02-13 19:52:59 +03:00
.github
3rdparty
apps
cmake cmake: support multiple CPU targets 2017-02-13 19:52:59 +03:00
data
doc
include
modules cmake: support multiple CPU targets 2017-02-13 19:52:59 +03:00
platforms
samples
.gitattributes
.gitignore
.tgitconfig
CMakeLists.txt cmake: support multiple CPU targets 2017-02-13 19:52:59 +03: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.