Go to file
2016-11-08 15:37:03 +00:00
.github
3rdparty
apps
cmake
data
doc
include
modules --perf_instrument parameter now has int type and 0, 1, 2 modes (1 - simple trees, 2 - expanded trees for functions with same name but different calling address); 2016-11-08 10:18:05 +03:00
platforms
samples Merge pull request #7552 from es0m:master 2016-11-02 12:12:09 +00: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.