[Insight-users] Implementation error in the L function of the file itkDeformableSimplexMesh3DFilter.txx
Paula Rudenick
paularudenick at gmail.com
Tue Jun 3 10:16:40 EDT 2008
Hi all,
I have found that the denominator of the L function implemented in the
method L_Func(double r, double d, double phi) of the file
itkDeformableSimplexMesh3DFilter.txx in itk 3.6.0 does not correspond with
the mentioned in the paper of Delingette.
Instead of implementing the denominator as:
double denom = eps * (sqrt(tmpSqr) + r);
it should be:
double denom = eps * sqrt (tmpSqr) + r;
Regards,
Paula
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20080603/8d15f512/attachment-0001.htm>
More information about the Insight-users
mailing list