doc says "manually" where it should say "automatically" (Bug #3264)
Description
Thirds paragraph:
"The first thing you need to know about Mat is that you no longer need to manually allocate its memory and release it as soon as you do not need it. While doing this is still a possibility, most of the OpenCV functions will allocate its output data manually."
I think it should rather be:
"The first thing you need to know about Mat is that you no longer need to manually allocate its memory and release it as soon as you do not need it. While doing this is still a possibility, most of the OpenCV functions will allocate its output data automatically."
History
Updated by Steven Puttemans over 11 years ago
Pullrequest added: https://github.com/Itseez/opencv/pull/1448
Will keep up to date when it is merged.
- % Done changed from 0 to 50
- Status changed from New to Open
- Target version set to 2.4.7
Updated by Alexander Smorkalov over 11 years ago
- Pull request set to https://github.com/Itseez/opencv/pull/1448
Updated by Daniil Osokin over 11 years ago
- Assignee set to Vadim Pisarevsky
Updated by Kirill Kornyakov over 11 years ago
- Status changed from Open to Done