[Insight-users] Help with GeodesicActiveContourImageFilter --> Modification to example code does not seem to work

Juan Cardelino juan.cardelino at gmail.com
Tue Feb 1 18:04:24 EST 2011


Hi guys,
            There is also the possibilty of directly using the
SignedDanielssonDistanceMapImageFilter which computes the level set
from a mask image. This masks defines whats inside the initial
contour.
Best,
        Juan

On Tue, Feb 1, 2011 at 7:22 PM, Kishore Mosaliganti
<kishoreraom at gmail.com> wrote:
> Hi Vimal,
>
> The levelset function is supposed to be initialized in such a way that
> there is a negative and positive part in the range of the function.
> The fast marching filter allows one to specify negative seeds and
> therefore it generates a 0 levelset which is a circle.
>
> The output of the Danielsson Distance map is a fully positive function.
>
> To make it work, subtract some value from its output before setting it
> as input to the levelset filter.
>
> Kishore
>


More information about the Insight-users mailing list