Open Source Computer Vision Library
Go to file
2016-10-31 10:06:32 +04:00
.github
3rdparty
apps
cmake
data
doc updating python tutorials + providing necessary data 2016-10-26 13:14:20 +02:00
include
modules fix java wrapper autotests 2016-10-31 10:06:32 +04:00
platforms
samples updating python tutorials + providing necessary data 2016-10-26 13:14:20 +02:00
.gitattributes
.gitignore
.tgitconfig
CMakeLists.txt
CONTRIBUTING.md
LICENSE
README.md

OpenCV: Open Source Computer Vision Library

Resources

Contributing

Please read before starting work on a pull request: https://github.com/opencv/opencv/wiki/How_to_contribute

Summary of 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.