[Insight-users] How to compute the Hessian?

Karthik Krishnan karthik.krishnan at kitware.com
Fri Jan 11 07:58:00 EST 2008


If you look at the source for Curves3DExtraction, you will find that it uses
the itk::HessianRecursiveGaussianImageFilter and the
itk::HessianToLaplacianFunction. The application allows you to play around
in eigen space to extract structures from DSA, lung CT scans etc. The
motivation being that you can discern tubular, plate like and spherical
structures from the relationship that the eigen values of the hessian have.
See notes on
http://public.kitware.com/Insight/Doxygen/html/classitk_1_1Hessian3DToVesselnessMeasureImageFilter.html

Once you can find a culling frustum using Curves3DExtractor to extract
structures in your image, I'd suggest you take a look at the Frangi filter
(from InsightJournal) and Sato (itk::Hessian3DToVesselnessMeasureImageFilter
int ITK) to do a better job of extraction.

HTH
--
karthik

On 1/10/08, rashedk <rashed.vtk at googlemail.com> wrote:
>
>
> Hi there,
>
> I am interested in finding ridges in intensity (for vessel detection). In
> order to do this I need to compute the Hessian. I couldn't a function or
> filter in ITK which computes the Hessian (although Curves3DExtraction
> somehow does it). Is there any?
>
> Thanks in advance,
>
> Rashed.
>
>
> --
> View this message in context:
> http://www.nabble.com/How-to-compute-the-Hessian--tp14747997p14747997.html
> Sent from the ITK - Users mailing list archive at Nabble.com.
>
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/insight-users/attachments/20080111/c42fb9c4/attachment.html


More information about the Insight-users mailing list