<br><br><div class="gmail_quote">On Wed, Nov 19, 2008 at 6:56 PM, Sara Zhu <span dir="ltr">&lt;<a href="mailto:zephyrusara@gmail.com">zephyrusara@gmail.com</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;">
<div>hi All,</div>
<div>&nbsp;</div>
<div>I am trying to get the vesselness matrix of an image (2D or 3D). I read about the insight journal paper &quot;Vessel Enhancing Diffusion Filter&quot;. The MultiScaleHessianSmoothed3DToVesselnessMeasureImageFilter is useful, however, the result seems to be the filtered image. What I actually want is the value of vesselness in each pixel, then I will input the vesselness value into other function. </div>


<div></div></blockquote><br>The vesselness measure is computed using <br><br>itkHessianSmoothed3DToVesselnessMeasureImageFilter<br><br>Take a look at GenerateData() method in this filter.<br><br>-Andinet<br><br><br><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
_______________________________________________<br>
Insight-users mailing list<br>
<a href="mailto:Insight-users@itk.org">Insight-users@itk.org</a><br>
<a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
<br></blockquote></div><br>