Uses of Interface
boofcv.abst.transform.fft.DiscreteFourierTransform
-
Uses of DiscreteFourierTransform in boofcv.abst.transform.fft
Modifier and TypeClassDescriptionclass
Wrapper aroundGeneralPurposeFFT_F32_2D
which implementsDiscreteFourierTransform
class
Wrapper aroundGeneralPurposeFFT_F64_2D
which implementsDiscreteFourierTransform
-
Uses of DiscreteFourierTransform in boofcv.alg.transform.fft
Modifier and TypeMethodDescriptionstatic <T extends GrayF<T>,
W extends ImageInterleaved>
DiscreteFourierTransform<T,W> GDiscreteFourierTransformOps.createTransform
(ImageDataType type) Creates aDiscreteFourierTransform
for the specified type.DiscreteFourierTransformOps.createTransformF32()
Creates aDiscreteFourierTransform
for images of typeGrayF32
.DiscreteFourierTransformOps.createTransformF64()
Creates aDiscreteFourierTransform
for images of typeGrayF64
.