Hi,<br><br>Thanks for your remarks.<br><br>I&#39;ll try to update the documentation some time later this week; you could also submit a patch to gerrit about the documentation...<br><br><a href="http://www.itk.org/Wiki/ITK_Release_4/New_Code_Contribution_Process">http://www.itk.org/Wiki/ITK_Release_4/New_Code_Contribution_Process</a><br>

<a href="http://www.itk.org/Wiki/ITK/Git/Develop#Workflow">http://www.itk.org/Wiki/ITK/Git/Develop#Workflow</a><br><br>Arnaud<br><br><div class="gmail_quote">On Sun, Apr 8, 2012 at 11:45 AM, tomtom <span dir="ltr">&lt;<a href="mailto:ms.rit@web.de">ms.rit@web.de</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Upps, missed your post.<br>
<br>
So everything needed, concerning the level set function can be precomputed<br>
for each &quot;requirred&quot; position by:<br>
<br>
this-&gt;m_RequiredData.insert( &quot;BackwardGradient&quot; ); //forward gradient<br>
this-&gt;m_RequiredData.insert( &quot;ForwardGradient&quot; ); //backward gradient<br>
this-&gt;m_RequiredData.insert( &quot;Value&quot; ); //level set value<br>
this-&gt;m_RequiredData.insert( &quot;MeanCurvature&quot; ); //curvature value<br>
...<br>
<br>
This is done prior to an evolution (iteration) step.<br>
----------------------<br>
<br>
Concerning  the Initalize*() Methods:<br>
<br>
Initialize( const LevelSetInputIndexType&amp; iP )  -  is called once, for each<br>
position of the initial &quot;seed&quot; level set function, before the evolution<br>
starts.<br>
<br>
InitializeParameters()  -  gets called once prior to the first iteration of<br>
the evolution?<br>
The itk source code says: &quot;Initialize parameters in the terms prior to an<br>
iteration&quot;, which is a bit misleading.<br>
----------------------<br>
<br>
Thanks for your advices. Really helpful.<br>
<br>
<br>
--<br>
View this message in context: <a href="http://itk-insight-users.2283740.n2.nabble.com/Question-concerning-level-set-term-tp7426557p7447345.html" target="_blank">http://itk-insight-users.2283740.n2.nabble.com/Question-concerning-level-set-term-tp7426557p7447345.html</a><br>


<div class="HOEnZb"><div class="h5">Sent from the ITK Insight Users mailing list archive at Nabble.com.<br>
_____________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.php" target="_blank">http://www.kitware.com/products/protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
</div></div></blockquote></div><br>