Go to file
2018-08-02 15:22:06 +00:00
.github
3rdparty build: eliminate GCC8 warnings 2018-07-16 17:24:12 +03:00
apps Misc. typos 2018-07-31 18:44:23 +03:00
cmake cmake: add download helper scripts 2018-08-01 15:57:53 +03:00
data
doc Misc. typos 2018-07-31 18:44:23 +03:00
include
modules feat(stitching): Add Sift support for the FeaturesFinder 2018-08-02 17:22:13 +03:00
platforms OpenCV version++ 2018-06-10 10:20:38 +03:00
samples feat(stitching): Add Sift support for the FeaturesFinder 2018-08-02 17:22:13 +03:00
.gitattributes cmake: generate and install ffmpeg-download.ps1 2018-06-09 13:19:48 +03:00
.gitignore
CMakeLists.txt dnn: modified IE search, R2 compatibility fixed 2018-07-31 14:48:06 +03:00
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.