Package boofcv.alg.transform.fft
package boofcv.alg.transform.fft
-
ClassDescriptionVarious functions related to
DiscreteFourierTransform
.Used to specify which technique should be used when expanding an image's border for use with FFTImplementation of functions inDiscreteFourierTransformOps
which are image type agnosticComputes 1D Discrete Fourier Transform (DFT) of complex and real, float precision data.Computes 2D Discrete Fourier Transform (DFT) of complex and real, float precision data.Computes 1D Discrete Fourier Transform (DFT) of complex and real, double precision data.Computes 2D Discrete Fourier Transform (DFT) of complex and real, double precision data.