Go to file
2019-02-23 15:41:39 +00:00
.github
3rdparty Merge pull request #13808 from tailsu:sd/libtiff-4.0.10 2019-02-14 09:36:10 +00:00
apps spelling fixes 2019-02-11 15:35:10 +03:00
cmake
data
doc Check return value in python tutorial 2019-02-21 11:02:12 +01:00
include
modules core: keep history of merge.cpp 2019-02-23 15:41:39 +00:00
platforms Add tests for features2d JavaScript bindings 2019-02-01 19:12:31 +03:00
samples Fix arguments parsing. Add possibility to choose between different features type. Add keypoints matching visualization. Auto format code. 2019-02-18 14:15:44 +01:00
.editorconfig
.gitattributes
.gitignore
CMakeLists.txt cmake: allow FFmpeg linking on Android 2019-02-14 13:58:15 +03:00
CONTRIBUTING.md
LICENSE copyright: 2019 2019-01-02 01:18:04 +00:00
README.md

OpenCV: Open Source Computer Vision Library

Resources

Contributing

Please read the contribution guidelines before starting work on a pull request.

Summary of the 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.