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

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

[Octave-bug-tracker] [bug #50071] bwfill(..., 4) in Octave behaves like


From: anonymous
Subject: [Octave-bug-tracker] [bug #50071] bwfill(..., 4) in Octave behaves like bwfill(..., 8) in MATLAB and vice versa
Date: Tue, 17 Jan 2017 21:53:55 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0

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

                 Summary: bwfill(...,4) in Octave behaves like bwfill(...,8)
in MATLAB and vice versa
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Tue 17 Jan 2017 09:53:54 PM UTC
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: flawr
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.3
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

Compare the output of 

img = [0,1,0;0,1,1;1,0,1]; bwfill(img,1,1,8)

and

img  = [0,1,0;0,1,1;1,0,1]; bwfill(img,1,1,4)

both in MATLAB and in Octave. 

bwfill(img,1,1,8)

in Octave generates the same as 

bwfill(img,1,1,4) 

in MATLAB and vice versa. This is very confusing.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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