Go to file
2014-12-23 17:42:49 +03:00
3rdparty
apps
cmake Merge pull request #3529 from jet47:fix-linux-install 2014-12-23 13:38:23 +00:00
data
doc Fixed some mistakes 2014-12-22 17:21:37 +03:00
include
modules move CUDA core tests to core module 2014-12-23 17:42:49 +03:00
platforms
samples rename CudaMem -> HostMem to better reflect its purpose 2014-12-23 17:42:49 +03:00
.gitattributes
.gitignore
.tgitconfig
CMakeLists.txt Merge pull request #3529 from jet47:fix-linux-install 2014-12-23 13:38:23 +00:00
index.rst
LICENSE
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.