Open Source Computer Vision Library
Перейти к файлу
Luca 9983d92a3b
Merge pull request #86 from lukka/master
add devinit artifacts to provision Ubuntu on WSL
2020-11-20 07:38:52 -08:00
.devcontainer add devinit artifacts to provision Ubuntu on WSL 2020-11-20 05:52:31 -08:00
.github
3rdparty
apps Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2020-11-17 21:56:26 +00:00
cmake Added small cmake fix 2020-11-19 21:22:19 +03:00
data
doc Add tutorial on how to use Orbbec Astra 3D cameras 2020-11-19 13:31:22 +03:00
include
modules Merge pull request #18858 from fegorsch:improve-persistence-doc 2020-11-20 11:12:25 +00:00
platforms pre: OpenCV 4.5.1 (version++) 2020-11-18 11:04:54 +00:00
samples Add tutorial on how to use Orbbec Astra 3D cameras 2020-11-19 13:31:22 +03: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
LICENSE
README.md Update README.md 2020-08-05 17:00:56 -07:00
SECURITY.md Added SECURITY.md 2019-11-07 13:10:42 +03:00

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.