README.md 709 字节
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>
K
Kirill Kornyakov 已提交
10

11

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

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

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

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