doc says "manually" where it should say "automatically" (Bug #3264)


Added by Igor Stoppa over 11 years ago. Updated over 11 years ago.


Status:Done Start date:2013-09-12
Priority:Normal Due date:
Assignee:Vadim Pisarevsky % Done:

50%

Category:documentation
Target version:2.4.7
Affected version:2.4.6 (latest release) Operating System:Any
Difficulty:Easy HW Platform:Any
Pull request:https://github.com/Itseez/opencv/pull/1448

Description

http://docs.opencv.org/doc/tutorials/core/mat_the_basic_image_container/mat_the_basic_image_container.html#mat

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

Also available in: Atom PDF