Go to file
2014-07-08 18:04:56 +02:00
3rdparty
apps
cmake fix OpenCVConfig.cmake template - missing parentheses 2014-05-13 11:37:21 +04:00
data Implicit testdata directory permissions setup added. 2014-02-07 14:42:35 +04:00
doc Fix typos 2014-06-16 18:48:10 +08:00
include
modules added missing impl for multi-dim Mat::ones, Mat::zeros (issue #3756) 2014-07-08 18:04:56 +02:00
platforms fix for compiling 2.4 opencv with xcode 5.1 2014-04-18 13:42:47 +02:00
samples Fix typos 2014-06-16 18:48:10 +08:00
.gitattributes
.gitignore
.tgitconfig
CMakeLists.txt
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.