public class FourierTransformComplex extends Object
FourierTransform
instead.Constructor and Description |
---|
FourierTransformComplex(FImage image,
boolean centre)
Construct Fourier Transform by performing a forward transform on the
given image.
|
FourierTransformComplex(FImage real,
FImage imaginary,
boolean centre)
Construct Fourier Transform object from the given magnitude and phase
images in the frequency domain.
|
Modifier and Type | Method and Description |
---|---|
FImage |
getImaginary() |
FImage |
getReal() |
FImage |
inverse()
Perform the inverse FFT using the underlying magnitude and phase images.
|
boolean |
isCentre() |
public FourierTransformComplex(FImage image, boolean centre)
image
- the image to transformcentre
- should the FFT be reordered so the centre is DC componentpublic FourierTransformComplex(FImage real, FImage imaginary, boolean centre)
inverse()
method.real
- the real imageimaginary
- the imaginary imagecentre
- is the DC component in the image centre?public FImage inverse()
public FImage getImaginary()
public boolean isCentre()