Uses of Interface
imagingbook.spectral.dft.Dft2d
Packages that use Dft2d
Package
Description
1D and 2D implementations of the Discrete Fourier Transform.
-
Uses of Dft2d in imagingbook.spectral.dft
Subinterfaces of Dft2d in imagingbook.spectral.dftModifier and TypeInterfaceDescriptionstatic interfaceSub-interface for 2D DFT implementations operating ondoubledata.static interfaceSub-interface for 2D DFT implementations operating onfloatdata.Classes in imagingbook.spectral.dft that implement Dft2dModifier and TypeClassDescriptionclassDirect (slow) implementation of the 2-dimensional DFT using tabulated sine and cosine values.static classTwo-dimensional DFT implementation usingdoubledata.static classTwo-dimensional DFT implementation usingfloatdata.classFast implementation of the 2-dimensional DFT using 1D FFTs.static classTwo-dimensional DFT implementation usingdoubledata.static classTwo-dimensional DFT implementation usingfloatdata.