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

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

[Octave-bug-tracker] [bug #50071] [octave forge] (image) bwfill(..., 4)


From: Carnë Draug
Subject: [Octave-bug-tracker] [bug #50071] [octave forge] (image) bwfill(..., 4) in Octave behaves like bwfill(..., 8) in MATLAB and vice versa
Date: Sun, 11 Nov 2018 20:33:27 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #5, bug #50071 (project octave):

The bug is really not that simple, and fixing this should come with a
prominent note on the NEWS file and on the help text.

The issue is that the N value bwfill in Matlab specifies the connectivity of
the foreground but act on the background. This is really not obvious and not
how this type of functions usually work. Octave's implementation specifies the
connectivity of the background and act on the background.

This function has been around since 2002 and such change is very much
backwards incompatible. But I guess the change needs to be done for sake of
Matlab compatibility.

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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