[ITK] [ITK-users] possible to get a closest-point map from a distance map in ITK?

Richard Beare richard.beare at gmail.com
Mon Mar 2 15:37:06 EST 2015


I've written a set of label erosion and dilation filters that might do what
you're after. I've also got some spatially varying morphology filters, but
have't put them on the insight journal. The label erode dilate filters
aren't outputing the distance map, so they aren't exactly what you want,
but they use the same kind of computation internally. Thus you could use
them in conjunction with the parabolic distance transforms to get labels
and distances.

https://github.com/richardbeare/LabelErodeDilate.git
https://github.com/richardbeare/parabolicMorphology.git

The insight journal article.

http://hdl.handle.net/10380/3399


I can provide more details about the spatially variant stuff if it is of
interest. Note that it only works with binary images, and simply weights
the input image.

On Tue, Mar 3, 2015 at 6:45 AM, Audette, Michel A. <maudette at odu.edu> wrote:

>  Dear ITK users,
>
>
>
> a student of mine would like to use the ITK implementation of distance
> maps in a way where the point label of the closest initial boundary is
> propagated throughout, i.e. a closest boundary point map. Is there
> something like this implemented already in ITK? I would like to use
> something like this to produce a spatially varying distance threshold.
>
>
>
> Thanks for your kind support.
>
>
>
> Michel
>
>
> Michel Audette, Ph.D.
> Assistant Professor,
> Department of Modeling, Simulation and Visualization Engineering,
> Old Dominion University,
> Norfolk, VA.
>
> _____________________________________
> 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://public.kitware.com/mailman/listinfo/insight-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/community/attachments/20150303/ff0976bb/attachment.html>
-------------- next part --------------
_____________________________________
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://public.kitware.com/mailman/listinfo/insight-users


More information about the Community mailing list