[Insight-users] "Geodesic" distance on a binary image?

David Doria daviddoria at gmail.com
Wed Feb 16 09:35:33 EST 2011


On Tue, Feb 15, 2011 at 8:13 AM, Dan Mueller <dan.muel at gmail.com> wrote:

> Hi David,
>
> Does the following Insight Journal article help?
>    http://www.insight-journal.org/browse/publication/213
>
> Cheers, Dan


Hi all,

The FastMarching filters were a bit overkill for my problem. I threw
together a quick implementation of Dijkstra's shortest path algorithm and it
does the job:

https://github.com/daviddoria/DijkstraBinaryImage
<https://github.com/daviddoria/DijkstraBinaryImage>
Thanks,

David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20110216/79d3a4ef/attachment.htm>


More information about the Insight-users mailing list