Go to file
2019-01-10 13:07:36 +01:00
.github
3rdparty fix implicit fallthrough warning. 2019-01-08 09:49:45 -05:00
apps Fix clashing include guards 2018-10-16 22:59:38 +02:00
cmake Merge pull request #13435 from alalek:issue_13434 2018-12-21 11:01:04 +00:00
data
doc OpenCV version++ (3.4.5) 2018-12-21 17:31:20 +03:00
include
modules dnn: remove malloc.h include 2019-01-10 13:07:36 +01:00
platforms OpenCV version++ (3.4.5) 2018-12-21 17:31:20 +03:00
samples Fix edge_detection.py sample for Python 3 2019-01-09 15:28:10 +03:00
.editorconfig
.gitattributes
.gitignore
CMakeLists.txt cmake: fix python install paths 2018-12-17 14:32:29 +03:00
CONTRIBUTING.md
LICENSE copyright: 2019 2019-01-02 01:18:04 +00:00
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.