[ITK] [ITK-users] itk Level set function question (old version)
jmerkow
jmerkow at gmail.com
Fri Apr 25 00:26:49 EDT 2014
Hello,
I am working on creating a level set function. I am looking at the source
code and the reference material and I am a little confused on the
implementation of the level set update function. here the update (phi_t) =
curvature_term - propagation_term - advection_term - laplacian_term, which
is a rearrangement of the equation in [1].
so, in [1] the curvature term includes 4 variables, gamma, Zed(x), K, and
mag(grad(phi))
in the code (itkLevelSetFunction.hxx), the curvature term is calculated with
3 terms:
curvature_term = this->ComputeCurvatureTerm(it, offset, gd) *
m_CurvatureWeight * this->CurvatureSpeed(it, offset);
Presumably these mappings are
m_CurvatureWeight -> gamma (scalar constant)
Zed(x) -> CurvatureSpeed (spatial modifier)
K -> CurvatureTerm
It would appear that either a term ( mag(grad(phi)) ) is missing (which i
find incredibly hard to believe), or it is grouped into ComputeCurvatureTerm
somehow, but when I follow the references (2d), I arrive at just a curvature
computation (ComputeMeanCurvature).
Whats more, mag(grad(phi)) seems to be explicitly calculated as the
propagation_gradient (later in that same file)
What am I missing?
-Jameson
[1] http://www.itk.org/Doxygen45/html/classitk_1_1LevelSetFunction.html
--
View this message in context: http://itk-users.7.n7.nabble.com/itk-Level-set-function-question-old-version-tp33814.html
Sent from the ITK - 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
More information about the Community
mailing list