[Insight-users] Question concerning level set term.

Arnaud Gelas arnaudgelas at gmail.com
Tue Apr 10 03:57:13 EDT 2012


Hi,

Thanks for your remarks.

I'll try to update the documentation some time later this week; you could
also submit a patch to gerrit about the documentation...

http://www.itk.org/Wiki/ITK_Release_4/New_Code_Contribution_Process
http://www.itk.org/Wiki/ITK/Git/Develop#Workflow

Arnaud

On Sun, Apr 8, 2012 at 11:45 AM, tomtom <ms.rit at web.de> wrote:

> Upps, missed your post.
>
> So everything needed, concerning the level set function can be precomputed
> for each "requirred" position by:
>
> this->m_RequiredData.insert( "BackwardGradient" ); //forward gradient
> this->m_RequiredData.insert( "ForwardGradient" ); //backward gradient
> this->m_RequiredData.insert( "Value" ); //level set value
> this->m_RequiredData.insert( "MeanCurvature" ); //curvature value
> ...
>
> This is done prior to an evolution (iteration) step.
> ----------------------
>
> Concerning  the Initalize*() Methods:
>
> Initialize( const LevelSetInputIndexType& iP )  -  is called once, for each
> position of the initial "seed" level set function, before the evolution
> starts.
>
> InitializeParameters()  -  gets called once prior to the first iteration of
> the evolution?
> The itk source code says: "Initialize parameters in the terms prior to an
> iteration", which is a bit misleading.
> ----------------------
>
> Thanks for your advices. Really helpful.
>
>
> --
> View this message in context:
> http://itk-insight-users.2283740.n2.nabble.com/Question-concerning-level-set-term-tp7426557p7447345.html
> Sent from the ITK Insight Users mailing list archive at Nabble.com.
> _____________________________________
> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20120410/a6962dac/attachment.htm>


More information about the Insight-users mailing list