Go to file
2020-12-18 11:23:02 +00:00
.github
3rdparty android: add -llog for libprotobuf 2020-12-10 20:00:58 +00:00
apps Fix typo 'Applicatioin' 2020-11-17 15:02:55 +00:00
cmake dnn: use OpenVINO 2021.2 defines 2020-12-16 22:22:17 +00:00
data fix files permissions 2020-04-13 04:29:55 +00:00
doc Merge pull request #19105 from alalek:js_build_update 2020-12-18 11:12:30 +00:00
include
modules Merge pull request #19154 from alalek:fixup_19089 2020-12-18 11:23:02 +00:00
platforms js: update documentation and builds scripts 2020-12-14 04:42:15 +00:00
samples Merge pull request #18591 from sl-sergei:download_utilities 2020-12-11 10:15:32 +00:00
.editorconfig add .editorconfig 2018-10-11 17:57:51 +00:00
.gitattributes cmake: generate and install ffmpeg-download.ps1 2018-06-09 13:19:48 +03:00
.gitignore Ignore Visual Studio cmake configuration file 2020-03-17 21:12:54 +03:00
CMakeLists.txt cmake: don't define ENABLE_NEON flags in non-cross-compiling mode 2020-12-08 18:00:40 +00:00
CONTRIBUTING.md
LICENSE copyright: 2020 2020-01-02 11:58:20 +00:00
README.md 3.4 docs for 3.4 branch 2020-02-11 09:31:16 +03:00

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.