README.md 566 字节
Newer Older
K
Kirill Kornyakov 已提交
1
### OpenCV: Open Source Computer Vision Library
B
Brian Gerkey 已提交
2

K
Kirill Kornyakov 已提交
3
#### Resources
4

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

#### Contributing

A
Alexander Alekhin 已提交
12
Please read before starting work on a pull request: <https://github.com/opencv/opencv/wiki/How_to_contribute>
13 14 15 16 17 18 19 20

Summary of guidelines:

* One pull request per issue;
* Choose the right base branch;
* Include tests and documentation;
* Clean up "oops" commits before submitting;
* Follow the coding style guide.