README.md 844 字节
Newer Older
F
Faheel Ahmad 已提交
1
## OpenCV: Open Source Computer Vision Library
B
Brian Gerkey 已提交
2

F
Faheel Ahmad 已提交
3
### Resources
4

5
* Homepage: <https://opencv.org>
6
  * Courses: <https://opencv.org/courses>
A
Alexander Alekhin 已提交
7
* Docs: <https://docs.opencv.org/4.x/>
L
LaurentBerger 已提交
8 9
* Q&A forum: <https://forum.opencv.org>
  * previous forum (read only): <http://answers.opencv.org>
10
* Issue tracking: <https://github.com/opencv/opencv/issues>
G
Gary Bradski 已提交
11
* Additional OpenCV functionality: <https://github.com/opencv/opencv_contrib> 
K
Kirill Kornyakov 已提交
12

13

F
Faheel Ahmad 已提交
14
### Contributing
K
Kirill Kornyakov 已提交
15

F
Faheel Ahmad 已提交
16
Please read the [contribution guidelines](https://github.com/opencv/opencv/wiki/How_to_contribute) before starting work on a pull request.
17

F
Faheel Ahmad 已提交
18
#### Summary of the guidelines:
19 20 21 22 23

* One pull request per issue;
* Choose the right base branch;
* Include tests and documentation;
* Clean up "oops" commits before submitting;
F
Faheel Ahmad 已提交
24
* Follow the [coding style guide](https://github.com/opencv/opencv/wiki/Coding_Style_Guide).