Open Source Computer Vision Library
Go to file
2016-04-05 16:29:15 +00:00
3rdparty Fix compilation problems with XCode 7.1.1 and cmake 3.3.2 2015-11-17 18:52:55 +03:00
apps add cascade classifier info - total number of unique features passed to boosting process 2016-03-17 13:33:11 +01:00
cmake Merge pull request #6279 from terfendail:vt/pythontest_data 2016-03-17 12:27:12 +00: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 Merge pull request #6363 from alalek:ffmpeg_fix_timeout_24 2016-04-05 16:29:15 +00:00
platforms Remove "INSTALL_NAME_DIR lib" target property 2016-01-21 16:07:56 -05:00
samples Added images necessary for tests 2016-02-26 12:42:35 +03:00
.gitattributes Added more text/binary/whitespace attributes for files we have. 2013-08-21 18:59:24 +04:00
.gitignore updated .gitignore 2014-01-10 18:59:06 +04:00
.tgitconfig Add tgit.icon project config 2014-02-26 17:46:52 +08:00
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 android -> plarforms/android 2013-05-27 11:10:38 +04:00
LICENSE Initial Linux packages build rools for CPack. 2014-01-21 20:34:36 +04:00
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.