• Home
Name Date Size #Lines LOC

..--

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

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

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

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

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

include/07-May-2024-622104

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

opencv2/07-May-2024-21225

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

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

Android.mkD07-May-202437.7 KiB1,311984

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

LICENSED07-May-20242.2 KiB4233

MODULE_LICENSE_BSDD07-May-20240

NOTICED07-May-20242.2 KiB4233

README.mdD07-May-2024636 2315

cvconfig.hD07-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