| Package | Description |
|---|---|
| boofcv.abst.transform.fft | |
| boofcv.alg.transform.fft |
| Modifier and Type | Class and Description |
|---|---|
class |
GeneralFft_to_DiscreteFourierTransform_F32
Wrapper around
GeneralPurposeFFT_F32_2D which implements DiscreteFourierTransform |
class |
GeneralFft_to_DiscreteFourierTransform_F64
Wrapper around
GeneralPurposeFFT_F64_2D which implements DiscreteFourierTransform |
| Modifier and Type | Method and Description |
|---|---|
static <T extends ImageFloat,W extends ImageInterleaved> |
GDiscreteFourierTransformOps.createTransform(ImageDataType type)
Creates a
DiscreteFourierTransform for the specified type. |
static DiscreteFourierTransform<ImageFloat32,InterleavedF32> |
DiscreteFourierTransformOps.createTransformF32()
Creates a
DiscreteFourierTransform for images of type ImageFloat32. |
static DiscreteFourierTransform<ImageFloat64,InterleavedF64> |
DiscreteFourierTransformOps.createTransformF64()
Creates a
DiscreteFourierTransform for images of type ImageFloat64. |
Copyright © 2013. All Rights Reserved.