Merge pull request #1207 from kirill-kornyakov:fix-for-readme
This commit is contained in:
commit
46192e7b11
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,6 +2,7 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
refman.rst
|
refman.rst
|
||||||
OpenCV4Tegra/
|
OpenCV4Tegra/
|
||||||
|
tegra/
|
||||||
*.user
|
*.user
|
||||||
.sw[a-z]
|
.sw[a-z]
|
||||||
.*.swp
|
.*.swp
|
||||||
|
22
README.md
22
README.md
@ -1,12 +1,15 @@
|
|||||||
OpenCV: Open Source Computer Vision Library
|
### OpenCV: Open Source Computer Vision Library
|
||||||
|
|
||||||
Homepage: http://opencv.org
|
#### Resources
|
||||||
Online docs: http://docs.opencv.org
|
|
||||||
Q&A forum: http://answers.opencv.org
|
|
||||||
Dev zone: http://code.opencv.org
|
|
||||||
|
|
||||||
Please read before starting work on a pull request:
|
* Homepage: <http://opencv.org>
|
||||||
http://code.opencv.org/projects/opencv/wiki/How_to_contribute
|
* Docs: <http://docs.opencv.org>
|
||||||
|
* Q&A forum: <http://answers.opencv.org>
|
||||||
|
* Issue tracking: <http://code.opencv.org>
|
||||||
|
|
||||||
|
#### Contributing
|
||||||
|
|
||||||
|
Please read before starting work on a pull request: <http://code.opencv.org/projects/opencv/wiki/How_to_contribute>
|
||||||
|
|
||||||
Summary of guidelines:
|
Summary of guidelines:
|
||||||
|
|
||||||
@ -16,6 +19,5 @@ Summary of guidelines:
|
|||||||
* Clean up "oops" commits before submitting;
|
* Clean up "oops" commits before submitting;
|
||||||
* Follow the coding style guide.
|
* Follow the coding style guide.
|
||||||
|
|
||||||
[![Donate OpenCV project](http://opencv.org/wp-content/uploads/2013/07/gittip1.png)](https://www.gittip.com/OpenCV/)
|
[![Donate OpenCV project](http://opencv.org/wp-content/uploads/2013/07/gittip1.png)](https://www.gittip.com/OpenCV/)
|
||||||
[![Donate OpenCV project](http://opencv.org/wp-content/uploads/2013/07/paypal-donate-button.png)](https://www.paypal.com/cgi-bin/webscr?item_name=Donation+to+OpenCV&cmd=_donations&business=accountant%40opencv.org)
|
[![Donate OpenCV project](http://opencv.org/wp-content/uploads/2013/07/paypal-donate-button.png)](https://www.paypal.com/cgi-bin/webscr?item_name=Donation+to+OpenCV&cmd=_donations&business=accountant%40opencv.org)
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user