Support gstreamer as a backend of videoio module
[platform/upstream/opencv.git] / README.md
1 ## OpenCV: Open Source Computer Vision Library
2
3 ### Resources
4
5 * Homepage: <https://opencv.org>
6 * Docs: <https://docs.opencv.org/master/>
7 * Q&A forum: <http://answers.opencv.org>
8 * Issue tracking: <https://github.com/opencv/opencv/issues>
9
10 ### Contributing
11
12 Please read the [contribution guidelines](https://github.com/opencv/opencv/wiki/How_to_contribute) before starting work on a pull request.
13
14 #### Summary of the guidelines:
15
16 * One pull request per issue;
17 * Choose the right base branch;
18 * Include tests and documentation;
19 * Clean up "oops" commits before submitting;
20 * Follow the [coding style guide](https://github.com/opencv/opencv/wiki/Coding_Style_Guide).