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 interface
Sub-interface for 2D DFT implementations operating ondouble
data.static interface
Sub-interface for 2D DFT implementations operating onfloat
data.Classes in imagingbook.spectral.dft that implement Dft2dModifier and TypeClassDescriptionclass
Direct (slow) implementation of the 2-dimensional DFT using tabulated sine and cosine values.static class
Two-dimensional DFT implementation usingdouble
data.static class
Two-dimensional DFT implementation usingfloat
data.class
Fast implementation of the 2-dimensional DFT using 1D FFTs.static class
Two-dimensional DFT implementation usingdouble
data.static class
Two-dimensional DFT implementation usingfloat
data.