[Insight-users] help on the FFT and FFT Inverse

Luis Ibanez luis.ibanez at kitware.com
Sun Apr 17 17:48:47 EDT 2005


Hi Remi,

Please look at the FFT examples in


    Insight/Examples/Filtering/
                 FFTImageFilter.cxx


You must pay particular attention to the pixel type that
you use for representing your images.

If you continue experiencing any problems with the FFT,
then please post your code to the list.


    Thanks


      Luis


----------------------
CHARRIER Rémi wrote:

> 
> hi all,
>  I try to use the itk FFT and its inverse to delete some frequencies in an
> image
> but the itk filters seem to not work.
>   To know what is not working, I tried to apply the FFT to my image and just
> after I apply the FFT inverse to the result. It should give me the same image
> than the initial one, but it does not.
> I am using
> #include "itkVnlFFTRealToComplexConjugateImageFilter.h"
> and
> #include "itkVnlFFTComplexConjugateToRealImageFilter.h"
>  Does someone know why it is not working or what I should do to make it work?
> 
> Thanks
> remi charrier
> 
> 
> ----------------------------------------------------------------
> This message was sent using IMP, the Internet Messaging Program.
> _______________________________________________
> 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