2013-07-30 16:51:53 +02:00
|
|
|
### OpenCV: Open Source Computer Vision Library
|
2010-12-28 22:38:23 +01:00
|
|
|
|
2013-07-30 16:51:53 +02:00
|
|
|
#### Resources
|
2013-05-22 13:14:38 +02:00
|
|
|
|
2013-07-30 16:51:53 +02:00
|
|
|
* Homepage: <http://opencv.org>
|
2015-08-06 14:00:24 +02:00
|
|
|
* Docs: <http://docs.opencv.org/master/>
|
2013-07-30 16:51:53 +02:00
|
|
|
* Q&A forum: <http://answers.opencv.org>
|
2016-06-14 15:01:36 +02:00
|
|
|
* Issue tracking: <https://github.com/opencv/opencv/issues>
|
2013-07-30 16:51:53 +02:00
|
|
|
|
|
|
|
#### Contributing
|
|
|
|
|
2016-06-14 15:01:36 +02:00
|
|
|
Please read before starting work on a pull request: <https://github.com/opencv/opencv/wiki/How_to_contribute>
|
2013-05-22 13:14:38 +02:00
|
|
|
|
|
|
|
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.
|