[Insight-users] LoG in ITK (

Joshua Cates cates at sci.utah.edu
Tue Jul 6 19:48:31 EDT 2004


Hi Kai,

The ITK discrete GaussianOperator implementation was based on a
formulation described by Tony Lindeberg, whose discrete smoothing kernels
were designed to commute with finite difference operations.  In other
words, you should be able to use the DiscreteGaussian and Laplacian in
sequence.  For references see the itk SoftwareGuide and the online manual
pages in www.itk.org.

hope this helps,

Josh.


______________________________
 Josh Cates			
 Scientific Computing and Imaging Institute
 University of Utah
 http://www.sci.utah.edu/~cates


On Tue, 6 Jul 2004, Kai Li wrote:

> 
> Hi,
>   I have a question about the calculating Laplacian-Of-Gaussian in ITK.
> I know I can use LaplacianRecursiveGaussianImageFilter to compute the
> Laplacian-Of-Gaussian. I also found there are such classes as
> GaussianOperator( used to implement DiscreteGaussianImageFilter) and
> LaplacianOperator( used to implement LaplacianImageFilter).
> What I'd like to ask is whether the following two ways of computing
> Laplacian-Of-Gaussian are equivament:
> 
> 1) Use LaplacianRecursiveGaussianImageFilter( with sigma = S).
> 2) Use GaussianOperator(with variance = S^2) followed by
> LaplacianOperator.
> 
> Also, is there a Laplacian-Of-Gaussian operator in ITK? If not, how hard
> is it to implement one?
> 
> Thanks,
> Kai
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
> 



More information about the Insight-users mailing list