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