Go to file
Suleyman TURKMEN 794c14b29a code clean up
2019-01-14 22:21:21 +03: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 add missing DNN header to opencv2/opencv.hpp 2018-02-15 15:59:14 +01:00
modules code clean up 2019-01-14 22:21:21 +03: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 add .editorconfig 2018-10-11 17:57:51 +00:00
.gitattributes cmake: generate and install ffmpeg-download.ps1 2018-06-09 13:19:48 +03:00
.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.