I just found that in the itkMultiScaleHessianSmoothed3DToVesselnessMeasureImageFilter, the GetOutput is the vesselness measure.
<br />
<br />Hope I am right.
<br />
<br />Thank you all the same!
<br />
<br />
<br />On Nov 19, 2008 7:09pm, Andinet Enquobahrie &lt;andinet.enqu@kitware.com&gt; wrote:
<br />&gt; 
<br />&gt; 
<br />&gt; On Wed, Nov 19, 2008 at 6:56 PM, Sara Zhu zephyrusara@gmail.com&gt; wrote:
<br />&gt; 
<br />&gt; 
<br />&gt; hi All,
<br />&gt; 
<br />&gt; 
<br />&gt;  
<br />&gt; 
<br />&gt; 
<br />&gt; 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. 
<br />&gt; 
<br />&gt; 
<br />&gt; 
<br />&gt; 
<br />&gt; 
<br />&gt; 
<br />&gt; 
<br />&gt; 
<br />&gt; The vesselness measure is computed using 
<br />&gt; 
<br />&gt; itkHessianSmoothed3DToVesselnessMeasureImageFilter
<br />&gt; 
<br />&gt; Take a look at GenerateData() method in this filter.
<br />&gt; 
<br />&gt; -Andinet
<br />&gt; 
<br />&gt; 
<br />&gt; 
<br />&gt; 
<br />&gt; 
<br />&gt; _______________________________________________
<br />&gt; 
<br />&gt; 
<br />&gt; Insight-users mailing list
<br />&gt; 
<br />&gt; 
<br />&gt; Insight-users@itk.org
<br />&gt; 
<br />&gt; 
<br />&gt; http://www.itk.org/mailman/listinfo/insight-users
<br />&gt; 
<br />&gt; 
<br />&gt; 
<br />&gt; 
<br />&gt; 
<br />&gt; 
<br />&gt; 
<br />&gt;