1 ### OpenCV: Open Source Computer Vision Library
5 * Homepage: <http://opencv.org>
6 * Docs: <http://docs.opencv.org/master/>
7 * Q&A forum: <http://answers.opencv.org>
8 * Issue tracking: <https://github.com/opencv/opencv/issues>
12 Please read before starting work on a pull request: <https://github.com/opencv/opencv/wiki/How_to_contribute>
14 Summary of guidelines:
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.