Go to file
2015-02-02 10:08:40 +00:00
3rdparty
apps Move createsamples application from 2.4 version 2014-12-10 12:17:58 +04:00
cmake Merge pull request #3603 from alalek:ocl_svm 2015-01-29 05:35:46 +00:00
data Removing whitespace to appease doc builder 2014-12-26 21:15:45 -04:00
doc Reorganized ML module documentation 2015-01-23 23:43:06 +03:00
include
modules Merge pull request #3644 from mshabunin:ml-docs 2015-02-02 10:08:40 +00:00
platforms Fix arm linux toolchain file 2015-01-19 10:43:49 +03:00
samples remove cuda module 2015-01-22 15:02:21 +03:00
.gitattributes
.gitignore
.tgitconfig
CMakeLists.txt Merge pull request #3603 from alalek:ocl_svm 2015-01-29 05:35:46 +00:00
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.