[Insight-users] Gaussian kernel..
Sergio Andres
sergio at unizar.es
Wed, 03 Mar 2004 13:23:21 +0100
Hi all,
I want to multiply each element of a gaussian kernel [n,n],
previously centered on a given pixel, by each corresponding pixel of the
image
I don't want to sum all values (convolution)... but I just want to
obtain these values...[n,n]
I was considering two options:
1) iterate over gaussian kernel elements and multiply by a pixel each
time...
2) use some class of ITK for doing it. But I'm not sure which classes
can be useful..
- itk::GaussianOperator
- itk::Neighborhood..
I will appreciate any suggestion.
Thanks.
Sergio