Go to file
2014-11-01 13:19:51 +03:00
3rdparty
apps Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
cmake
data moved part of video to contrib/{outflow, bgsegm}; moved matlab to contrib 2014-08-10 23:24:16 +04:00
doc
include Split highgui module to videoio and highgui 2014-07-14 23:16:47 +04:00
modules cv::warpAffine 2014-11-01 13:19:51 +03:00
platforms
samples Update hog.cpp 2014-10-20 18:14:38 +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.