Go to file
Alexander Alekhin babaa00ac1 libpng: fix NEON
2016-06-30 16:44:53 +03:00
3rdparty libpng: fix NEON 2016-06-30 16:44:53 +03:00
apps add visualisation tool for 2.4 branch 2016-04-14 11:33:37 +02:00
cmake fixed lintian warnings 2016-06-17 11:00:36 +03:00
data Test data necessary for python samples added to test package. 2016-03-17 11:38:40 +03:00
doc Merge pull request #3975 from StevenPuttemans:RGB_doc_fixing_2.4 2015-05-12 15:12:04 +00:00
include include available modules only 2016-01-20 13:14:20 +03:00
modules Fixing of AutoBuffer::allocate(nsz) method 2016-06-30 13:10:53 +03:00
platforms Remove "INSTALL_NAME_DIR lib" target property 2016-01-21 16:07:56 -05:00
samples add fixed video 2016-04-19 15:30:49 +02:00
.gitattributes
.gitignore
.tgitconfig
CMakeLists.txt Merge pull request #6279 from terfendail:vt/pythontest_data 2016-03-17 12:27:12 +00:00
CONTRIBUTING.md add link to contributing guidelines 2015-09-17 14:14:21 +02:00
index.rst
LICENSE
README.md Removed gittip link 2016-02-08 11:07:58 +03:00

OpenCV: Open Source Computer Vision Library

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.