Open Source Computer Vision Library
Go to file
2019-05-30 14:19:14 +03:00
3rdparty build: eliminate Xcode 9.1 warnings 2017-11-30 14:24:05 +03:00
apps backport of PR #8207 2017-03-06 14:03:26 +01:00
cmake cmake: allow custom OpenCV_ARCH / OpenCV_RUNTIME values 2018-01-04 14:58:01 +00:00
data Test data necessary for python samples added to test package. 2016-03-17 11:38:40 +03:00
doc change from variance to standard deviation 2017-11-06 11:42:24 +07:00
include include available modules only 2016-01-20 13:14:20 +03:00
modules make it compatible with clang 2019-05-30 14:04:40 +08:00
platforms build: eliminate Xcode 9.1 warnings 2017-11-30 14:24:05 +03:00
samples samples(gpu): fix build (invalid access to cvconfig.h from sample) 2018-08-08 16:26:18 +03:00
.gitattributes Added more text/binary/whitespace attributes for files we have. 2013-08-21 18:59:24 +04:00
.gitignore git: .gitignore update 2017-11-07 17:35:13 +03:00
.tgitconfig Add tgit.icon project config 2014-02-26 17:46:52 +08:00
CMakeLists.txt cmake: update timestamp status 2017-12-13 17:05:33 +03:00
CONTRIBUTING.md migration: github.com/opencv/opencv 2016-07-12 12:54:33 +03:00
index.rst android -> plarforms/android 2013-05-27 11:10:38 +04:00
LICENSE Initial Linux packages build rools for CPack. 2014-01-21 20:34:36 +04:00
README.md fix documentation 2016-09-16 16:15:51 +03:00

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.