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