README.md 566 Bytes
Newer Older
wester committed
1 2 3 4 5
### OpenCV: Open Source Computer Vision Library

#### Resources

* Homepage: <http://opencv.org>
wester committed
6
* Docs: <http://docs.opencv.org/2.4/>
wester committed
7
* Q&A forum: <http://answers.opencv.org>
wester committed
8
* Issue tracking: <https://github.com/opencv/opencv/issues>
wester committed
9 10 11

#### Contributing

wester committed
12
Please read before starting work on a pull request: <https://github.com/opencv/opencv/wiki/How_to_contribute>
wester committed
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.