Go to file
2019-04-09 13:35:34 +03:00
.github
3rdparty Merge pull request #14233 from alalek:cmake_fix_license_install 2019-04-03 19:30:47 +00:00
apps
cmake Merge pull request #14233 from alalek:cmake_fix_license_install 2019-04-03 19:30:47 +00:00
data
doc docs: fix links 2019-04-04 18:57:22 +03:00
include
modules Fix a bug in FusedBatchNorm (TensorFlow) layer importer 2019-04-09 13:35:34 +03:00
platforms pre: OpenCV 3.4.6 (version++) 2019-03-12 13:29:42 +03:00
samples docs: fix links 2019-04-04 18:57:22 +03:00
.editorconfig
.gitattributes
.gitignore
CMakeLists.txt cmake: fix licenses install rules 2019-04-02 19:24:14 +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.