opencv/README.md

21 lines
569 B
Markdown
Raw Normal View History

2013-07-30 22:51:53 +08:00
### OpenCV: Open Source Computer Vision Library
2010-12-29 05:38:23 +08:00
2013-07-30 22:51:53 +08:00
#### Resources
2013-07-30 22:51:53 +08:00
* Homepage: <http://opencv.org>
2015-08-06 20:00:24 +08:00
* Docs: <http://docs.opencv.org/master/>
2013-07-30 22:51:53 +08:00
* Q&A forum: <http://answers.opencv.org>
2016-06-14 21:01:36 +08:00
* Issue tracking: <https://github.com/opencv/opencv/issues>
2013-07-30 22:51:53 +08:00
#### Contributing
2016-06-14 21:01:36 +08:00
Please read before starting work on a pull request: <https://github.com/opencv/opencv/wiki/How_to_contribute>
Summary of guidelines:
* One pull request per issue;
* Choose the right base branch;
* Include tests and documentation;
* Clean up "oops" commits before submitting;
* Follow the coding style guide.