2017-09-13 20:28:34 +05:30
|
|
|
## OpenCV: Open Source Computer Vision Library
|
2010-12-28 21:38:23 +00:00
|
|
|
|
2017-09-13 20:28:34 +05:30
|
|
|
### Resources
|
2013-05-22 15:14:38 +04:00
|
|
|
|
2018-08-31 16:09:40 +02:00
|
|
|
* Homepage: <https://opencv.org>
|
2020-05-04 09:59:42 -07:00
|
|
|
* Courses: <https://opencv.org/courses>
|
2018-08-31 16:09:40 +02:00
|
|
|
* Docs: <https://docs.opencv.org/master/>
|
2013-07-30 18:51:53 +04:00
|
|
|
* Q&A forum: <http://answers.opencv.org>
|
2016-06-14 16:01:36 +03:00
|
|
|
* Issue tracking: <https://github.com/opencv/opencv/issues>
|
2013-07-30 18:51:53 +04:00
|
|
|
|
2020-05-04 09:59:42 -07:00
|
|
|
|
2017-09-13 20:28:34 +05:30
|
|
|
### Contributing
|
2013-07-30 18:51:53 +04:00
|
|
|
|
2017-09-13 20:28:34 +05:30
|
|
|
Please read the [contribution guidelines](https://github.com/opencv/opencv/wiki/How_to_contribute) before starting work on a pull request.
|
2013-05-22 15:14:38 +04:00
|
|
|
|
2017-09-13 20:28:34 +05:30
|
|
|
#### Summary of the guidelines:
|
2013-05-22 15:14:38 +04:00
|
|
|
|
|
|
|
|
* One pull request per issue;
|
|
|
|
|
* Choose the right base branch;
|
|
|
|
|
* Include tests and documentation;
|
|
|
|
|
* Clean up "oops" commits before submitting;
|
2017-09-13 20:28:34 +05:30
|
|
|
* Follow the [coding style guide](https://github.com/opencv/opencv/wiki/Coding_Style_Guide).
|