I've implemented MATLABs bwmorph('thin',...): any interest?

Stéfan van der Walt stefanv at berkeley.edu
Wed Jan 6 06:14:31 EST 2016


Hi Joe

On Tue, Jan 5, 2016 at 9:20 AM, Joe Futrelle <joefutrelle at gmail.com> wrote:
> I have developed an efficient Python implementation of the algorithm used by
> MATLAB's bwmorph('thin', ...). I believe this differs from the
> skeletonization algorithm provided by skimage and could be useful for people
> porting MATLAB code.

Have you also had a look at medial_axis?  If it is different from
both, then it may be useful, especially if there is a clearly
specified paper on its implementation.

Stéfan



More information about the scikit-image mailing list