Go to file
2016-11-18 13:26:19 +03:00
.github
3rdparty Merge pull request #7681 from apavlenko:ivx-docs 2016-11-16 17:05:08 +03:00
apps Merge pull request #7428 from alalek:cmake_fix_compiler_flags_detection 2016-10-12 19:38:25 +00:00
cmake cmake: eliminate configuration warnings 2016-11-10 18:36:07 +03:00
data
doc docs: drop plantuml support 2016-11-10 16:29:04 +03:00
include Merge pull request #7370 from souch55:Fixxn 2016-10-01 10:44:56 +00:00
modules ffmpeg: check return value 2016-11-18 13:26:19 +03:00
platforms cmake: ARM toolchain: find ld/ar 2016-11-10 18:00:32 +03:00
samples Merge pull request #7678 from dec1:tag_3.0.0 2016-11-15 19:35:38 +00:00
.gitattributes
.gitignore
.tgitconfig
CMakeLists.txt docs: drop plantuml support 2016-11-10 16:29:04 +03:00
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.