help-octave
[Top][All Lists]
Advanced

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

bwmorph 'skel' problem ... bug?


From: rogerdboyle
Subject: bwmorph 'skel' problem ... bug?
Date: Wed, 19 Jun 2013 02:59:13 -0700 (PDT)

Hi - I am finding 
    bwmorph(BW,'skel',Inf)
breaks objects apart when it shouldn't.

A minimal example follows: bwmorph(BW,'skel',3) breaks this object on row 5:
but bwmorph(BW,'skel',2) will not.
This is fouling me up a lot!
Any ideas?  Have I been stupid?

Roger

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



--
View this message in context: 
http://octave.1599824.n4.nabble.com/bwmorph-skel-problem-bug-tp4654461.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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