Go to file
2020-04-27 12:43:32 +00:00
.github
3rdparty dnn(protobuf): backport AllowUnknownField(), SetRecursionLimit() 2020-04-25 20:45:43 +00:00
apps
cmake cmake: fix protobuf handling 2020-04-27 02:11:19 +00:00
data
doc Merge pull request #17119 from alalek:move_sift 2020-04-24 18:15:15 +00:00
include
modules Merge pull request #17159 from pauljurczak:patch-3 2020-04-27 12:43:32 +00:00
platforms Merge pull request #17081 from alalek:backport_17056 2020-04-15 18:33:41 +00:00
samples Merge pull request #17119 from alalek:move_sift 2020-04-24 18:15:15 +00:00
.editorconfig
.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.