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

Post a Comment

Add a New Comment Rich Markup
   

Discussion

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

Thanks for catching this.  I patched the development code here (http://hg.savanna ... /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

 

Attached Files

This item currently has no attached files.

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

Attach Files:
   
   
Comment:
   

 

Dependencies

This item does not depend on any other items.

No items depend on this one.

 

Mail Notification Carbon-Copy List

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

    Votes

    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.

     

    History

    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.16-ed84.
    Corresponding source code