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

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

[Octave-bug-tracker] [bug #39293] bwmorph "skel" disconnects a skeleton


From: anonymous
Subject: [Octave-bug-tracker] [bug #39293] bwmorph "skel" disconnects a skeleton
Date: Wed, 19 Jun 2013 19:45:13 +0000
User-agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.11

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

                 Summary: bwmorph "skel" disconnects a skeleton
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Wed 19 Jun 2013 07:45:12 PM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Roger Boyle
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.4
        Operating System: GNU/Linux

    _______________________________________________________

Details:

bwmorph(BW,'skel',Inf) disconnects the following BW, and should not.
actually bwmorph(BW, 'skel', 3) disconnects it (on line 5).

BW = [
   0   1   1   1   1   1
   0   1   1   1   1   1
   0   1   1   1   1   1
   1   1   1   1   1   1
   1   1   1   1   1   1
   1   1   1   1   1   1
   1   1   1   1   1   0
   1   1   1   1   1   0
   1   1   1   1   1   0
];




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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