Go to file
Anton Potapov 3d345ca4c4 Async API for GAPI
- explanatory  test cases for common usage models
2019-06-28 17:40:00 +03:00
.github
3rdparty ffmpeg: win32 wrapper update 2019-06-16 16:20:40 +00:00
apps Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2019-05-23 19:50:20 +03:00
cmake Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2019-06-11 20:43:40 +00:00
data
doc pre: OpenCV 4.1.1 (version++) 2019-06-21 19:18:50 +03:00
include
modules Async API for GAPI 2019-06-28 17:40:00 +03:00
platforms pre: OpenCV 4.1.1 (version++) 2019-06-21 19:18:50 +03:00
samples Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2019-06-21 17:27:14 +03:00
.editorconfig
.gitattributes
.gitignore
CMakeLists.txt Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2019-06-15 16:25:11 +00:00
CONTRIBUTING.md
LICENSE copyright: 2019 2019-01-02 01:20:38 +00: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.