[Insight-users] Question concerning level set term.
tomtom
ms.rit at web.de
Sun Apr 8 05:45:21 EDT 2012
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.
More information about the Insight-users
mailing list