• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

3rdparty/H03-May-2022-681,912476,429

apps/H03-May-2022-19,72715,005

cmake/H07-May-2022-16,52414,493

contrib/H04-Jul-2021-1,542,1291,354,812

data/H03-May-2022-725,704668,337

doc/H03-May-2022-47,04735,966

include/opencv2/H03-May-2022-9644

modules/H03-May-2022-1,086,274810,276

platforms/H03-May-2022-11,1569,228

samples/H03-May-2022-217,096190,184

.editorconfigH A D05-Jul-2021455 3224

CONTRIBUTING.mdH A D05-Jul-2021191 42

COPYRIGHTH A D05-Jul-2021665 1210

LICENSEH A D05-Jul-202111.1 KiB203169

README.mdH A D05-Jul-2021847 2517

SECURITY.mdH A D05-Jul-20213.7 KiB7563

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