Go to file
2019-11-15 07:42:03 -06:00
.github
3rdparty Merge pull request #15554 from alalek:pr15422_patch_files 2019-09-21 00:07:24 +03:00
apps FIx misc. source and comment typos 2019-08-15 13:09:52 +03:00
cmake Merge pull request #15740 from xerus:fix_typo 2019-10-18 18:41:35 +00:00
data
doc Fix wording in some tutorials 2019-10-30 13:27:17 +03:00
include
modules Convert demosiacing with variable number of gradients to HAL - 5.5x faster 2019-11-15 07:42:03 -06:00
platforms Merge pull request #15608 from SimpleVlad:3.4 2019-10-31 22:09:33 +03:00
samples Merge pull request #15789 from CJSmith-0141:15779-scale-bug-in-stereo-match-sample 2019-10-31 22:29:04 +03:00
.editorconfig
.gitattributes
.gitignore
CMakeLists.txt Merge pull request #15544 from mshabunin:disable_posix_memalign 2019-10-09 14:06:12 +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.