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

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

[Octave-bug-tracker] [bug #51884] [octave forge] (image) bwmorph(blackNw


From: anonymous
Subject: [Octave-bug-tracker] [bug #51884] [octave forge] (image) bwmorph(blackNwhiteMatrix, "thicken", 1) returns negated result (+ strange behavior at border)
Date: Tue, 4 Dec 2018 03:32:53 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #16, bug #51884 (project octave):

ERRATUM in comment  #15:
-------------------------

Octave code should read:

   if you do in GNU Octave:

      bw = false (5,5); bw(3,3) = true;
      out1=bwmorph(bw,'thicken');
      out2=bwmorph(out1,'thicken');
      out=bwmorph(out2,'thicken');

      #short cut: out=bwmorph(bw,'thicken', 3); 

   

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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