[Insight-users] How to trace the points along the curve?

Dan Mueller dan.muel at gmail.com
Fri Apr 5 00:39:46 EDT 2013


Hi,

For an ordered path, you may consider using the "Fast Marching Minimal
Path" method:
    http://www.insight-journal.org/browse/publication/213

For unordered paths, you may consider binary thinning:
    http://www.itk.org/Doxygen/html/classitk_1_1BinaryThinningImageFilter.html

or the "Flux Driven Medial Curve" method:
    http://www.insight-journal.org/browse/publication/165

Hope this helps.

Cheers, Dan

On 5 April 2013 14:43, mini d <mi20ni13 at gmail.com> wrote:
> Hi all,
>
> I have a curve, I want to trace the points along the curve in an
> order/ path that is along the curve and not randomly. Do we have any
> way of doing this with ITK? if so please suggest me the filter/method.
> Assume just a normal 'S' shaped curve (white) on a black background.
>
> Thanks
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://www.kitware.com/products/protraining.php
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-users


More information about the Insight-users mailing list