bugGNU Octave - Bugs: bug #36974, wrong summary of image workflow...

 
 

bug #36974: wrong summary of image workflow in online docs

Submitter:  None
Submitted:  Fri 27 Jul 2012 07:22:35 AM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Documentation
Status:  Fixed Assigned to:  None
Originator Name:  Martin Weiser Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 3.6.2
Operating System:  * Any Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 27 Jul 2012 03:23:07 PM UTC, comment #1: 

Thanks for catching this.  I patched the development code here (http://hg.savannah.gnu.org/hgweb/octave/rev/fab341b143c4) with your suggested fix.

Rik <rik5>
Group administrator
Fri 27 Jul 2012 07:22:35 AM UTC, original submission:  

In section 32.1 of online manual,
typical workflow in image processing is shown as:

In summary, most image processing code will follow the structure of this code

     I = imread ("my_input_image.img");
     J = process_my_image (I);
     imwrite ("my_output_image.img", J);

while according to imwrite documentation, the last line should be:

 imwrite (J, "my_output_image.img");

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rik5 (Posted a comment)
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2012-07-27 rik5 StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code