Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
3rdparty/ | 21-Oct-2016 | ||
Android.mk | 21-Oct-2016 | 37.7K | |
apps/ | 21-Oct-2016 | ||
cmake/ | 21-Oct-2016 | ||
CMakeLists.txt | 21-Oct-2016 | 54K | |
cvconfig.h | 21-Oct-2016 | 3.7K | |
data/ | 21-Oct-2016 | ||
doc/ | 21-Oct-2016 | ||
include/ | 21-Oct-2016 | ||
LICENSE | 21-Oct-2016 | 2.2K | |
MODULE_LICENSE_BSD | 21-Oct-2016 | 0 | |
modules/ | 21-Oct-2016 | ||
NOTICE | 21-Oct-2016 | 2.2K | |
opencv2/ | 21-Oct-2016 | ||
platforms/ | 21-Oct-2016 | ||
README.md | 21-Oct-2016 | 636 | |
samples/ | 21-Oct-2016 |
1 ### OpenCV: Open Source Computer Vision Library 2 3 [![Gittip](http://img.shields.io/gittip/OpenCV.png)](https://www.gittip.com/OpenCV/) 4 5 #### Resources 6 7 * Homepage: <http://opencv.org> 8 * Docs: <http://docs.opencv.org> 9 * Q&A forum: <http://answers.opencv.org> 10 * Issue tracking: <http://code.opencv.org> 11 12 #### Contributing 13 14 Please read before starting work on a pull request: <http://code.opencv.org/projects/opencv/wiki/How_to_contribute> 15 16 Summary of guidelines: 17 18 * One pull request per issue; 19 * Choose the right base branch; 20 * Include tests and documentation; 21 * Clean up "oops" commits before submitting; 22 * Follow the coding style guide. 23