bugGNU Octave - Bugs: bug #39293, bwmorph "skel"...

 
 

bug #39293: bwmorph "skel" disconnects a skeleton

Submitter:  None
Submitted:  Wed 19 Jun 2013 07:45:12 PM UTC
   
 
Category:  Octave Package Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Fixed Assigned to:  None
Originator Name:  Roger Boyle Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 3.6.4
Operating System:  * GNU/Linux Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 23 Oct 2013 10:24:01 PM UTC, comment #1: 

While refactoring bwmorph, I somehow fixed this bug with cset 4598c2a5bf1a. To prevent this from happening again (I'm unsure what was the exact change that fixed this), I added this as a test case.

Carnë Draug <carandraug>
Group Member
Wed 19 Jun 2013 07:45:12 PM UTC, original submission:  

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
];

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-10-23 carandraug StatusNone Fixed
        Open/ClosedOpen Closed
    2013-07-17 rik5 Carbon-CopyRemoved 72865 -
    2013-07-17 rik5 CategoryOctave Function Octave Package

    Back to the top

    Powered by Savane 3.13-caa5.
    Corresponding source code