Without "the" (Bugfix #3551)
Description
I think, that in this paragraph(1) "Mat::copyTo",- last sentence should be changed.
Original sentence:
"When the operation mask is specified, and the Mat::create call shown above reallocated the matrix, the newly allocated matrix is initialized with all zeros before copying the data".
There, should be "...above reallocated matrix...", without "the".
1
http://docs.opencv.org/modules/core/doc/basic_structures.html#mat-copyto
Associated revisions
Merge pull request #3551 from serval2412:master
History
Updated by Kirill Kornyakov about 11 years ago
Pavlo, could you please work on a pull request? It should be quite easy to send a patch...
- Status changed from New to Open
- Assignee set to Pavlo Zvarych
- Priority changed from Normal to Low
- Category set to documentation
- HW Platform changed from x86 to Any
- Operating System changed from Windows to Any
- Difficulty set to Easy
Updated by Kirill Kornyakov about 11 years ago
- Tracker changed from Patch to Bugfix
Updated by Pavlo Zvarych about 11 years ago
Kirill Kornyakov wrote:
Pavlo, could you please work on a pull request? It should be quite easy to send a patch...
What it mean?
Updated by Kirill Kornyakov about 11 years ago
Short version. Please follow this guide http://code.opencv.org/projects/opencv/wiki/How_to_contribute.
Long version. OpenCV team doesn't have technical writer at the moment. Here we're trying to get some money to hire somebody: https://www.gittip.com/OpenCV/, but as you can see there are only 2$ per week :) Thus, docs are updated occasionally by volunteer developers like you and me. So, if you really want to to help, then please follow the guide. Many people are sending their patches as GitHub's pull requests: https://github.com/Itseez/opencv/pulls. Of course you can continue to find bugs in docs and submit tickets here, but please do not expect that somebody will fix them soon. It could take years... So, better to not wait, and send your fixes to the GitHub directly, and do not even create tickets here.
Makes sense?
Updated by Yash Vadalia about 11 years ago
Updated by Alexander Karsakov about 11 years ago
Yash Vadalia,
Thanks a lot, again!
- % Done changed from 0 to 100
- Target version set to 2.4.9
- Status changed from Open to Done