Initial Opencv3.0.0 library

See: https://github.com/Itseez/opencv/releases/tag/3.0.0
4644 files changed
tree: 2f7f1c7e1853f02daa82016bc8dfe6b66c7142c0
  1. 3rdparty/
  2. apps/
  3. cmake/
  4. data/
  5. doc/
  6. include/
  7. modules/
  8. platforms/
  9. samples/
  10. CMakeLists.txt
  11. LICENSE
  12. MODULE_LICENSE_BSD
  13. NOTICE
  14. README.md
README.md

OpenCV: Open Source Computer Vision Library

Gittip

Resources

Contributing

Please read before starting work on a pull request: http://code.opencv.org/projects/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.