Enable aruco module
[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: <https://forum.opencv.org>
9   * previous forum (read only): <http://answers.opencv.org>
10 * Issue tracking: <https://github.com/opencv/opencv/issues>
11 * Additional OpenCV functionality: <https://github.com/opencv/opencv_contrib> 
12
13
14 ### Contributing
15
16 Please read the [contribution guidelines](https://github.com/opencv/opencv/wiki/How_to_contribute) before starting work on a pull request.
17
18 #### Summary of the guidelines:
19
20 * One pull request per issue;
21 * Choose the right base branch;
22 * Include tests and documentation;
23 * Clean up "oops" commits before submitting;
24 * Follow the [coding style guide](https://github.com/opencv/opencv/wiki/Coding_Style_Guide).