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

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

5 6
* Homepage: <https://opencv.org>
* Docs: <https://docs.opencv.org/master/>
K
Kirill Kornyakov 已提交
7
* Q&A forum: <http://answers.opencv.org>
8
* Issue tracking: <https://github.com/opencv/opencv/issues>
K
Kirill Kornyakov 已提交
9

F
Faheel Ahmad 已提交
10
### Contributing
K
Kirill Kornyakov 已提交
11

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

F
Faheel Ahmad 已提交
14
#### Summary of the guidelines:
15 16 17 18 19

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