18#ifndef itkVnlFFTCommon_h
19#define itkVnlFFTCommon_h
23#include "vnl/algo/vnl_fft_base.h"
39 template <
typename TSizeValue>
47 template <
typename TImage>
48 struct VnlFFTTransform :
public vnl_fft_base<TImage::ImageDimension, typename TImage::PixelType>
50 using Base = vnl_fft_base<TImage::ImageDimension, typename TImage::PixelType>;
58#ifndef ITK_MANUAL_INSTANTIATION
59# include "itkVnlFFTCommon.hxx"
ImageBaseType::SizeType SizeType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
unsigned long SizeValueType
Common routines related to Vnl's FFT implementation.
static constexpr SizeValueType GREATEST_PRIME_FACTOR
static bool IsDimensionSizeLegal(TSizeValue n)