1### OpenCV: Open Source Computer Vision Library 2 3[![Gittip](http://img.shields.io/gittip/OpenCV.png)](https://www.gittip.com/OpenCV/) 4 5#### Resources 6 7* Homepage: <http://opencv.org> 8* Docs: <http://docs.opencv.org> 9* Q&A forum: <http://answers.opencv.org> 10* Issue tracking: <http://code.opencv.org> 11 12#### Contributing 13 14Please read before starting work on a pull request: <http://code.opencv.org/projects/opencv/wiki/How_to_contribute> 15 16Summary of guidelines: 17 18* One pull request per issue; 19* Choose the right base branch; 20* Include tests and documentation; 21* Clean up "oops" commits before submitting; 22* Follow the coding style guide. 23