Go to file
Pavel Rojtberg 96cc618410 has() should only test for the presence of the argument
and not consider its value. treat arguments with a set default value as
present.
2015-09-18 18:42:14 +02:00
3rdparty
apps
cmake
data
doc fixed the URL under Additional Resources 2015-08-27 15:37:04 +05:30
include
modules has() should only test for the presence of the argument 2015-09-18 18:42:14 +02:00
platforms fixup! Some changes to support mingw-w64 2015-09-01 12:14:40 +03:00
samples giving a chance for OpenCL 1.1 devices 2015-08-27 14:05:32 +03:00
.gitattributes
.gitignore
.tgitconfig
CMakeLists.txt fixup! Some changes to support mingw-w64 2015-09-01 12:14:40 +03:00
LICENSE
README.md

OpenCV: Open Source Computer Vision Library

Gittip

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.