Open Source Computer Vision Library
Go to file
Alexander Alekhin 667cb2e9fc Merge pull request #7867 from alalek:cuda_warnings_2.4
(2.4) Fix CUDA warnings
2016-12-15 18:09:12 +02:00
3rdparty Fixed Intel C++ 17 build in VS2015 2016-12-06 20:18:32 +03:00
apps warnings 2016-11-18 15:31:59 +03:00
cmake cmake: disable warning C4127 for MSVS < 2015 2016-12-10 18:38:05 +03:00
data Test data necessary for python samples added to test package. 2016-03-17 11:38:40 +03:00
doc cmake: special target to build/install docs only 2016-12-13 20:13:06 +03:00
include include available modules only 2016-01-20 13:14:20 +03:00
modules build: disable warnings (Ubuntu 16.04 + CUDA 8.0) 2016-12-15 15:47:41 +03:00
platforms backport ARM toolchain from master 2016-11-18 15:36:16 +03:00
samples viz: eliminate warnings from tutorial code 2016-11-25 09:07:38 +03:00
.gitattributes Added more text/binary/whitespace attributes for files we have. 2013-08-21 18:59:24 +04:00
.gitignore updated .gitignore 2014-01-10 18:59:06 +04:00
.tgitconfig Add tgit.icon project config 2014-02-26 17:46:52 +08:00
CMakeLists.txt cmake: special target to build/install docs only 2016-12-13 20:13:06 +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.