README.md 664 Bytes
Newer Older
Faheel Ahmad's avatar
Faheel Ahmad committed
1
## OpenCV: Open Source Computer Vision Library
Brian Gerkey's avatar
Brian Gerkey committed
2

Faheel Ahmad's avatar
Faheel Ahmad committed
3
### Resources
4

Kirill Kornyakov's avatar
Kirill Kornyakov committed
5
* Homepage: <http://opencv.org>
Philipp Hasper's avatar
Philipp Hasper committed
6
* Docs: <http://docs.opencv.org/master/>
Kirill Kornyakov's avatar
Kirill Kornyakov committed
7
* Q&A forum: <http://answers.opencv.org>
8
* Issue tracking: <https://github.com/opencv/opencv/issues>
Kirill Kornyakov's avatar
Kirill Kornyakov committed
9

Faheel Ahmad's avatar
Faheel Ahmad committed
10
### Contributing
Kirill Kornyakov's avatar
Kirill Kornyakov committed
11

Faheel Ahmad's avatar
Faheel Ahmad committed
12
Please read the [contribution guidelines](https://github.com/opencv/opencv/wiki/How_to_contribute) before starting work on a pull request.
13

Faheel Ahmad's avatar
Faheel Ahmad committed
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;
Faheel Ahmad's avatar
Faheel Ahmad committed
20
* Follow the [coding style guide](https://github.com/opencv/opencv/wiki/Coding_Style_Guide).