Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
3rdparty/ | H | 03-May-2022 | - | 681,912 | 476,429 | |
apps/ | H | 03-May-2022 | - | 19,727 | 15,005 | |
cmake/ | H | 07-May-2022 | - | 16,524 | 14,493 | |
contrib/ | H | 04-Jul-2021 | - | 1,542,129 | 1,354,812 | |
data/ | H | 03-May-2022 | - | 725,704 | 668,337 | |
doc/ | H | 03-May-2022 | - | 47,047 | 35,966 | |
include/opencv2/ | H | 03-May-2022 | - | 96 | 44 | |
modules/ | H | 03-May-2022 | - | 1,086,274 | 810,276 | |
platforms/ | H | 03-May-2022 | - | 11,156 | 9,228 | |
samples/ | H | 03-May-2022 | - | 217,096 | 190,184 | |
.editorconfig | H A D | 05-Jul-2021 | 455 | 32 | 24 | |
CONTRIBUTING.md | H A D | 05-Jul-2021 | 191 | 4 | 2 | |
COPYRIGHT | H A D | 05-Jul-2021 | 665 | 12 | 10 | |
LICENSE | H A D | 05-Jul-2021 | 11.1 KiB | 203 | 169 | |
README.md | H A D | 05-Jul-2021 | 847 | 25 | 17 | |
SECURITY.md | H A D | 05-Jul-2021 | 3.7 KiB | 75 | 63 |
README.md
1## OpenCV: Open Source Computer Vision Library 2 3### Resources 4 5* Homepage: <https://opencv.org> 6 * Courses: <https://opencv.org/courses> 7* Docs: <https://docs.opencv.org/master/> 8* Q&A forum: <https://forum.opencv.org> 9 * previous forum (read only): <http://answers.opencv.org> 10* Issue tracking: <https://github.com/opencv/opencv/issues> 11* Additional OpenCV functionality: <https://github.com/opencv/opencv_contrib> 12 13 14### Contributing 15 16Please read the [contribution guidelines](https://github.com/opencv/opencv/wiki/How_to_contribute) before starting work on a pull request. 17 18#### Summary of the guidelines: 19 20* One pull request per issue; 21* Choose the right base branch; 22* Include tests and documentation; 23* Clean up "oops" commits before submitting; 24* Follow the [coding style guide](https://github.com/opencv/opencv/wiki/Coding_Style_Guide). 25