documentation error imwrite (Bug #1843)


Added by Emmanuel Battesti almost 13 years ago. Updated almost 13 years ago.


Status:Done Start date:2012-04-24
Priority:Normal Due date:
Assignee:Vadim Pisarevsky % Done:

0%

Category:documentation
Target version:2.4.0
Affected version: Operating System:
Difficulty: HW Platform:
Pull request:

Description

In the page : http://opencv.itseez.com/doc/user_guide/ug_mat.html#images

We have

Save an image to a file:
Mat img = imwrite(filename);

It should be :

Save an image to a file:
imwrite(filename, img);


Associated revisions

Revision 488ae9dd
Added by Vadim Pisarevsky almost 13 years ago

corrected typo (ticket #1843). added note about imdecode & imencode

History

Updated by Vadim Pisarevsky almost 13 years ago

thanks! fixed in r8176

Updated by Vadim Pisarevsky almost 13 years ago

  • Status changed from Open to Done
  • Assignee set to Vadim Pisarevsky

Also available in: Atom PDF