[Insight-users] Convolution with a complex kernel

Matt McCormick matt.mccormick at kitware.com
Mon Jul 22 10:55:05 EDT 2013


Hi Jesse,

A combination of ConstantPadImageFilter, MultiplyImageFilter, and
InverseFFTImageFilter should do the trick.

HTH,
Matt

On Mon, Jul 22, 2013 at 7:48 AM, Jesse Ross-Jones <jesse.rj at gmail.com> wrote:
> Dear ITK Users and devs,
>
>
> In order to use the Gabor filter on an image, I need to generate a complex
> (combined real and imaginary) kernel. I have done this using the
> ComposeImageFilter. Following I need to compute the convolution of the image
> with this complex kernel. However, I find that the Convolution filters and
> FFTConvolution filter does not seem to accept a complex type as kernel.
>
> Is there a Convolution filter existing that can use a complex kernel?
>
> Many thanks,
> Jesse
>
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://www.kitware.com/products/protraining.php
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-users
>


More information about the Insight-users mailing list