treewide: run "make check FIXUP=1"
[feed/packages.git] / libs / opencv / README.md
1 Introduction
2 ===
3
4 #### OpenCV: Open Source Computer Vision Library.OpenCV is based on (open source) issued cross-platform computer vision library, you can run on Linux, Windows and Mac OS operating systems.
5
6 #### Resources
7
8 * Homepage: <http://opencv.org>
9 * Docs: <http://docs.opencv.org>
10 * Q&A forum: <http://answers.opencv.org>
11 * Issue tracking: <http://code.opencv.org>
12
13 #### Contributing
14
15 Please read before starting work on a pull request: <http://code.opencv.org/projects/opencv/wiki/How_to_contribute>
16
17 Summary of 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.