Bryn:<br><br>I don&#39;t think that is true. The Reinitialize level set filter simply relies on the fast marching filter to generate the signed distance function. The fastmarching filter does take voxel anisotropicity into account when marching the level set front.<br>
<br>See the lines involving the update equation in itkFastMarchingImageFilter.h <br><br>      const int axis = node.GetAxis();<br>      const double spaceFactor = vnl_math_sqr( 1.0 / spacing[axis] );<br>      const double value = double(node.GetValue());<br>
      aa += spaceFactor;<br>      bb += value * spaceFactor;<br>      cc += vnl_math_sqr( value ) * spaceFactor;<br><br><br><div class="gmail_quote">On Fri, Mar 6, 2009 at 8:06 AM, Bryn Lloyd <span dir="ltr">&lt;<a href="mailto:blloyd@vision.ee.ethz.ch">blloyd@vision.ee.ethz.ch</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi all,<br>
<br>
Do I understand correctly that the ReinitializeLevelSetImageFilter does not use the spacing of the input image?<br>
<br>
If yes, I guess I need to resample the input image, in order to be isotropic AND scale the results in order to have Euclidean distances. Right?<br>
<br>
Thanks<br>
Bryn<br>
<br>
<br>
<br>
<br>
<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>
Please keep messages on-topic and check the ITK FAQ at: <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>
</blockquote></div><br><br clear="all"><br>-- <br>Karthik Krishnan<br>R&amp;D Engineer,<br>Kitware Inc.<br>Ph: 518 371 3971 x119<br>Fax: 518 371 3971<br>