GClasses
|
This is the complete list of members for GClasses::GFourier, including all inherited members.
fft(size_t arraySize, struct ComplexNumber *pComplexNumberArray, bool bForward) | GClasses::GFourier | static |
fft2d(size_t arrayWidth, size_t arrayHeight, struct ComplexNumber *p2DComplexNumberArray, bool bForward) | GClasses::GFourier | static |
fftArrayToImage(struct ComplexNumber *pArray, int nArrayWidth, int nOneThirdHeight, GImage *pImage, bool normalize) | GClasses::GFourier | static |
imageToFftArray(GImage *pImage, int *pArrayWidth, int *pOneThirdHeight) | GClasses::GFourier | static |
test() | GClasses::GFourier | static |