Go to file
2017-08-03 19:51:45 +03:00
.github
3rdparty Merge pull request #9237 from alalek:fix_winrt_build 2017-07-26 10:42:49 +00:00
apps trace: initial support for code trace 2017-06-26 17:07:13 +03:00
cmake cmake: fix __STDC macros for opencv_world build 2017-08-03 18:40:05 +03:00
data
doc Merge pull request #9246 from bragboy:patch-1 2017-08-02 20:22:11 +00:00
include
modules core: divUp function 2017-08-03 19:51:45 +03:00
platforms fix OpenCV GitHub repository URL 2017-07-31 17:48:57 +03:00
samples Honor fixing principal point in camera calib tutorial. 2017-08-01 10:35:18 -05:00
.gitattributes
.gitignore
.tgitconfig
CMakeLists.txt core(alloc): drop unused code, use memalign() functions instead of hacks 2017-07-27 18:10:41 +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.