Open Source Computer Vision Library
Go to file
Elad Joseph 2234016a22 Added Subdiv2D class documentation
Added documentation to the Subdiv2D documentation, based on the previous
C API.
2016-03-01 23:08:48 +02:00
3rdparty
apps removed dirname variable 2016-02-07 03:09:21 +05:30
cmake Merge pull request #6060 from alalek:fix_opencl_opengl_sharing_6052 2016-02-16 07:10:02 +00:00
data Fix the missing - in file. 2016-02-18 11:28:41 +01:00
doc Merge pull request #6181 from delftswa2016:fix-for-issue-6146 2016-02-29 15:13:39 +00:00
include include available modules only 2016-01-20 13:07:46 +03:00
modules Added Subdiv2D class documentation 2016-03-01 23:08:48 +02:00
platforms Merge pull request #5923 from powderluv:master 2016-01-14 12:07:02 +00:00
samples Merge pull request #6105 from mshabunin:tutorial-folder-correction 2016-02-15 13:10:45 +00:00
.gitattributes
.gitignore
.tgitconfig
CMakeLists.txt cmake: remove non-ascii symbols 2016-02-09 14:44:05 +03:00
CONTRIBUTING.md
LICENSE Update license year range to 2016 2016-01-18 10:11:01 +05:30
README.md Removed gittip link 2016-02-08 11:04:19 +03:00

OpenCV: Open Source Computer Vision Library

Resources

Contributing

Please read before starting work on a pull request: https://github.com/Itseez/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.