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