Open Source Computer Vision Library
Go to file
2019-01-21 16:07:20 +03:00
.github
3rdparty fix implicit fallthrough warning. 2019-01-08 09:49:45 -05:00
apps
cmake Merge pull request #13435 from alalek:issue_13434 2018-12-21 11:01:04 +00:00
data
doc Enabled #include documentation in all members 2019-01-17 13:57:40 +03:00
include
modules imgproc(test): RGB2YUV regression test 2019-01-21 16:07:20 +03:00
platforms OpenCV version++ (3.4.5) 2018-12-21 17:31:20 +03:00
samples Create text graphs for Faster-RCNN from TensorFlow with dilated convolutions 2019-01-18 18:46:52 +03:00
.editorconfig
.gitattributes
.gitignore
CMakeLists.txt cmake: don't use LIB_SUFFIX with CMAKE_INSTALL_LIBDIR 2019-01-12 11:14:18 +00:00
CONTRIBUTING.md
LICENSE copyright: 2019 2019-01-02 01:18:04 +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.