Go to file
2017-06-11 05:06:49 +00:00
.github
3rdparty 3rdparty: cpufeatures workaround 2017-06-11 05:06:49 +00:00
apps
cmake
data
doc
include
modules update CPU detection on ANDROID patch 2017-06-11 05:06:49 +00:00
platforms
samples
.gitattributes
.gitignore
.tgitconfig
CMakeLists.txt update CPU detection on ANDROID patch 2017-06-11 05:06:49 +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.