Go to file
2016-02-15 04:26:03 -06:00
3rdparty
apps
cmake
data
doc
include
modules
platforms
samples - remove zero threshold that prevents ORB from finding any local features 2016-02-15 04:26:03 -06: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/Itseez/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.