Go to file
2021-03-04 19:20:31 +03:00
.github
3rdparty Merge pull request #18589 from alalek:issue_13328 2020-10-15 18:43:48 +00:00
apps cmake(apps): support OPENCV_INSTALL_APPS_LIST 2020-03-23 00:06:42 +00:00
cmake cmake: fix typo in CUDA_GENERATION=Auto cache 2020-10-09 22:00:02 +00:00
data fix files permissions 2020-04-13 04:29:55 +00:00
doc Bugfix: Manual page sizes now overwrite the default page size if they are both specified. Remove redudant .upper() call, 1 to 1 key matching enforced 2020-10-26 18:21:06 -07:00
include
modules fix false positive detection 2021-03-04 19:20:31 +03:00
platforms Merge pull request #18068 from lionkunonly:gsoc_2020_simd 2020-10-18 20:30:36 +00:00
samples fixes #18613 2020-10-19 21:42:04 +00:00
.editorconfig
.gitattributes
.gitignore
CMakeLists.txt Install: added prebuilt samples installation 2020-09-08 20:22:26 +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.