• Home
Name Date Size #Lines LOC

..--

3rdparty/03-May-2024-362,258249,260

apps/03-May-2024-17,76713,435

cmake/03-May-2024-10,1218,716

data/03-May-2024-722,113669,850

doc/03-May-2024-32,37625,250

include/03-May-2024-622104

modules/03-May-2024-793,420558,803

opencv2/03-May-2024-21225

platforms/03-May-2024-4,1523,400

samples/03-May-2024-174,702157,007

Android.mkD03-May-202437.7 KiB1,311984

CMakeLists.txtD03-May-202454 KiB1,1861,029

LICENSED03-May-20242.2 KiB4233

MODULE_LICENSE_BSDD03-May-20240

NOTICED03-May-20242.2 KiB4233

README.mdD03-May-2024636 2315

cvconfig.hD03-May-20243.7 KiB1848

README.md

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
14Please read before starting work on a pull request: <http://code.opencv.org/projects/opencv/wiki/How_to_contribute>
15
16Summary 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