Go to file
2015-04-24 18:19:03 +02:00
3rdparty make sure opencv builds fine with the recent versions of libav (e.g. from Ubuntu 14.10) 2015-04-22 21:57:29 +03:00
apps Merge pull request #3911 from vpisarev:core_tweaks 2015-04-07 19:03:48 +00:00
cmake port of aarch64 cuda changes from 2.4 2015-04-23 17:57:29 +03:00
data
doc Fixed markdown: **Note** -> @note 2015-04-22 08:08:10 +02:00
include
modules Merge pull request #3957 from dhood:fm-8pt-bug 2015-04-23 17:16:25 +00:00
platforms Rename manager package to OpenCV3 Manager 2015-04-17 16:59:52 +03:00
samples update openni sample comments referring #81 2015-04-24 18:19:03 +02:00
.gitattributes
.gitignore
.tgitconfig
CMakeLists.txt make sure opencv builds fine with the recent versions of libav (e.g. from Ubuntu 14.10) 2015-04-22 21:57:29 +03:00
LICENSE 1. Input/OutputArray optimizations; 2015-04-07 16:44:26 +03:00
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.