Algorithm to 'walk' along a line from an endpoint by N pixels

Stéfan van der Walt stefan at sun.ac.za
Fri Jun 28 16:48:41 EDT 2013


On Fri, Jun 28, 2013 at 3:38 PM, Anders Klint <anders.c.klint at gmail.com> wrote:
> However, the only mention of distance transform I find in the docs is an optional parameter
> to morphology.medial_axis... Is there no distance transform in skimage, or is this the one
> in a (for me, at least) unexpected place?

Currently, distance transform can be found in scipy.ndimage.

Stéfan



More information about the scikit-image mailing list