Go to file
2018-06-08 19:30:30 +02:00
.github
3rdparty
apps apps: catch() with "const reference" 2018-06-06 18:23:29 +03:00
cmake python: support standalone Python bindings build 2018-06-07 15:16:39 +03:00
data
doc Add Java and Python code for cascade classifier and HDR tutorials. 2018-06-08 19:30:30 +02:00
include
modules Merge pull request #11649 from rockzhan:dnn_dw_prelu 2018-06-07 13:45:54 +00:00
platforms
samples Add Java and Python code for cascade classifier and HDR tutorials. 2018-06-08 19:30:30 +02:00
.gitattributes
.gitignore
CMakeLists.txt
CONTRIBUTING.md
LICENSE
README.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.