Go to file
Alexander Alekhin 6f00e53159 ts: update run.py
Add information about python bindings
2016-10-20 16:23:27 +03:00
3rdparty libpng: fix NEON 2016-06-30 16:44:53 +03:00
apps
cmake cmake: fix for GCC 6.x 2016-10-04 13:30:43 +03:00
data
doc Add images for tutorials on morphological operations to avoid possible confusion. 2016-10-17 00:01:08 +02:00
include
modules ts: update run.py 2016-10-20 16:23:27 +03:00
platforms android: backport Android SDK build script 2016-09-16 16:15:51 +03:00
samples fix documentation 2016-09-16 16:15:51 +03:00
.gitattributes
.gitignore
.tgitconfig
CMakeLists.txt highgui/osx: backport AVFoundation support 2016-09-19 19:51:10 +03:00
CONTRIBUTING.md migration: github.com/opencv/opencv 2016-07-12 12:54:33 +03:00
index.rst
LICENSE
README.md fix documentation 2016-09-16 16:15:51 +03:00

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.