ITK FFT Module: 1D FFT filters removed/renamed?

Hello, we’d like to use the itk::FFTW1DRealToComplexConjugateImageFilter< TPixel, Dimension > class which is documented in:

https://itk.org/Doxygen410/html/group__FFT1D.html

but the group of 1D filters are no longer present in the latest release:

https://itk.org/Doxygen/html/group__ITKFFT.html

What is the replacement for 1D FFT filtering (of 2D images)?

Thanks!

Does anything from ITKUltrasound module suit your needs?

1 Like

@dzenanz is correct – these filters are maintained in the ITKUltrasound external module.

This module currently uses ITK 4.13, but we will be transitioning to ITK 5 over the next few months.