measuring the longest thread of a skeleton

Juan Nunez-Iglesias jni.soma at gmail.com
Wed Nov 18 20:08:36 EST 2015


Eyal, not naive at all, it's a reasonable expectation! Skeletonization and
related algorithms are a place where the library needs improving. If you
come up with a good solution, we can help you get it into the library. See
http://scikit-image.org/docs/stable/contribute.html .

Thanks!

Juan.

On Thu, Nov 19, 2015 at 7:07 AM, Eyal Saiet <ejsaiet at alaska.edu> wrote:

> Thanks I will look into the network approach.
> I guess I was naive to assume there is a common algorithm, built in
> scikit-image to measure the length of the skeleton.
>
> On Tue, Nov 17, 2015 at 9:43 PM, Pratap Vardhan <pratapgr8 at gmail.com>
> wrote:
>
>> My first thought was what Juan suggested and seemed logical to do that.
>>
>> As an alternative, you could also (this may be an overfill and could be
>> slower than network approach) try.
>>
>> 1. From every endpoints of skeleton compute the distance transform (using
>> flood-fill or neighbourhood methods).
>> 2. Now the maximum distance for above all distances will give you
>> the longest path in skeleton.
>>
>> This way you can have the trace path of the longest thread in skeleton in
>> image form itself.
>>
>>
>> On Wednesday, November 18, 2015 at 8:52:05 AM UTC+5:30, Arctic_python
>> wrote:
>>>
>>> Hello,
>>> Anyone has suggestions for an algorithm to measure the length of a
>>> skeleton line/thread(e.g
>>> http://scikit-image.org/docs/dev/auto_examples/plot_skeleton.html)?
>>> The context- I skeletonize a shape to infer its length.
>>> Thanks
>>>
>> --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "scikit-image" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/scikit-image/wM-zMGL9dVI/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to
>> scikit-image+unsubscribe at googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> --
> Eyal Saiet
>
> Project manager
> Remote sensing and in-situ measurements
>
> Geophysical Institute
> University of Alaska Fairbanks
> Fairbanks, AK 99775
> (907) 750 6555 (cell)
>
> ejsaiet at alaska.edu
>
> --
> You received this message because you are subscribed to the Google Groups
> "scikit-image" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to scikit-image+unsubscribe at googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-image/attachments/20151119/90ac54e1/attachment.html>


More information about the scikit-image mailing list