78 template<
typename T>
class FFT 105 FFT(
unsigned int aWidth,
106 unsigned int aHeight);
128 FFT<T> rhoFilter(
const std::string& aFilterType,
float aScalingFactor);
148 static unsigned int powerOfTwo(
unsigned int i);
156 unsigned int m_origin_image_width;
157 unsigned int m_origin_image_height;
FFT()
Default constructor.
static FFT< T > computeFFT(const Image< T > &anImage)
FFT< T > rhoFilter(const std::string &aFilterType, float aScalingFactor)
Image is a class to manage a greyscale image.
Image< T > getPhase() const
Class to handle a greyscale image.
Class to handle a greyscale image.
Image< T > getInverseFFT() const
FFT is a class to compute the FFT of a greyscale image.
Image< T > getMagnitude() const
FFT< T > & operator=(const FFT< T > &aFFT)
Assignment operator (also called copy operator).
FFT< T > filterRamp() const