Go to file
2015-02-18 13:55:58 +00:00
3rdparty
apps Support for compound modules, support for contrib_world 2015-02-10 18:30:05 +03:00
cmake Merge pull request #3716 from mshabunin:fix-vs-solution-build 2015-02-18 13:48:18 +00:00
data
doc Fixed doc error in optical flow 2015-02-17 22:14:57 +05:30
include
modules Merge pull request #3702 from Dmitry-Me:reduceVariableScope 2015-02-18 13:55:58 +00:00
platforms Support for compound modules, support for contrib_world 2015-02-10 18:30:05 +03:00
samples Fixed allocated vector size in ML ANN algorithm 2015-02-03 18:16:20 +03:00
.gitattributes
.gitignore
.tgitconfig
CMakeLists.txt ocl: disable OpenCL by default for Android builds 2015-02-08 13:08:14 +03: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.