ITK/Release 4/Refactor Numerical Libraries/Inventory/Fourier Transforms

From KitwarePublic
< ITK‎ | Release 4‎ | Refactor Numerical Libraries‎ | Inventory
Revision as of 22:16, 25 August 2011 by Ibanez (talk | contribs) (Created page with "= The Problem = ITK obtains Fast Fourier Transform (FFT) functionalities from * VXL - as software included as third party library * FFTW - as a configuration time option == Wh...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

The Problem

ITK obtains Fast Fourier Transform (FFT) functionalities from

  • VXL - as software included as third party library
  • FFTW - as a configuration time option

Where is the Code

ITK classes that provide FFT filters can be found in the Module:

   ITK/Modules/Filtering/FFT

They include

  • itkFFTShiftImageFilter.h
  • itkFFTWForwardFFTImageFilter.h
  • itkFFTWInverseFFTImageFilter.h
  • itkForwardFFTImageFilter.h
  • itkInverseFFTImageFilter.h
  • itkVnlForwardFFTImageFilter.h
  • itkVnlInverseFFTImageFilter.h
  • vnl_fft_3d.h


VXL

The FFT software in VXL is

Benchmark Test

Options