Open Source Computer Vision Library
Go to file
Sergei Slashchinin 9cef41000a
Merge pull request #18973 from sl-sergei:fix_vulkan_build
* Fix build when HAVE_VULKAN is ON

* Fix warnings
2020-12-01 12:52:09 +00:00
.github ISSUE_TEMPLATE: fix typo 2020-09-06 16:53:25 -04:00
3rdparty Merge pull request #18924 from alalek:4.x-xcode12 2020-11-26 22:56:59 +00:00
apps Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2020-11-17 21:56:26 +00:00
cmake Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2020-11-27 14:08:06 +00:00
data
doc Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2020-11-27 14:08:06 +00:00
include
modules Merge pull request #18973 from sl-sergei:fix_vulkan_build 2020-12-01 12:52:09 +00:00
platforms Delete xcframework if it already exists before building a new one 2020-11-30 16:51:48 -05:00
samples Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2020-11-20 20:32:00 +00:00
.editorconfig
.gitattributes
.gitignore
CMakeLists.txt Merge pull request #18756 from andy-held:add_ueye_capture 2020-11-16 22:28:54 +00:00
CONTRIBUTING.md
COPYRIGHT Merge pull request #18073 from vpisarev:apache2_license 2020-08-17 11:49:11 +00:00
LICENSE Merge pull request #18073 from vpisarev:apache2_license 2020-08-17 11:49:11 +00:00
README.md
SECURITY.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.