octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #36974] wrong summary of image workflow in onl


From: anonymous
Subject: [Octave-bug-tracker] [bug #36974] wrong summary of image workflow in online docs
Date: Fri, 27 Jul 2012 07:22:36 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; cs-CZ; rv:1.9.1.16) Gecko/20120714 Iceweasel/3.5.16 (like Firefox/3.5.16)

URL:
  <http://savannah.gnu.org/bugs/?36974>

                 Summary: wrong summary of  image workflow in online docs
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Fri 27 Jul 2012 07:22:35 AM UTC
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Documentation
                  Status: None
             Assigned to: None
         Originator Name: Martin Weiser
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.2
        Operating System: Any

    _______________________________________________________

Details:

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");





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?36974>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]