README.md 788 字节
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>
7
* Docs: <https://docs.opencv.org/master/>
K
Kirill Kornyakov 已提交
8
* Q&A forum: <http://answers.opencv.org>
9
* Issue tracking: <https://github.com/opencv/opencv/issues>
G
Gary Bradski 已提交
10
* Additional OpenCV functionality: <https://github.com/opencv/opencv_contrib> 
K
Kirill Kornyakov 已提交
11

12

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

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

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

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