README.md 569 Bytes
Newer Older
Kirill Kornyakov's avatar
Kirill Kornyakov committed
1
### OpenCV: Open Source Computer Vision Library
Brian Gerkey's avatar
Brian Gerkey committed
2

Kirill Kornyakov's avatar
Kirill Kornyakov 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 10 11

#### Contributing

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.