Go to file
2015-02-21 12:32:25 -05:00
3rdparty
apps Remove deprecated methods from cv::Algorithm 2015-02-16 15:28:54 +03:00
cmake Merge pull request #3716 from mshabunin:fix-vs-solution-build 2015-02-18 13:48:18 +00:00
data
doc Merge pull request #3679 from mshabunin:remove-algorithm-factory 2015-02-19 18:43:58 +00:00
include
modules Merge remote-tracking branch 'refs/remotes/upstream/master' 2015-02-21 12:32:25 -05:00
platforms Support for compound modules, support for contrib_world 2015-02-10 18:30:05 +03:00
samples Updated ml module interfaces and documentation 2015-02-17 11:46:14 +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.