public class Fast_FourierTransform extends Object implements ij.plugin.PlugIn
Modifier and Type | Class and Description |
---|---|
class |
Fast_FourierTransform.FloatArray
This class is the abstract class for my FloatArrayXDs,
which are a one dimensional structures with methods for access in n dimensions
|
class |
Fast_FourierTransform.FloatArray2D
The 2D implementation of the FloatArray
|
class |
Fast_FourierTransform.FloatArray3D
The 3D implementation of the FloatArray
|
Constructor and Description |
---|
Fast_FourierTransform() |
Modifier and Type | Method and Description |
---|---|
void |
computeBackwardTransform(ij.ImagePlus power,
ij.ImagePlus phase,
String behaviour,
boolean multiThreaded) |
void |
computeForwardTransform(ij.ImagePlus imp,
boolean windowing,
String behaviour,
String rgbType,
boolean multiThreaded) |
void |
run(String arg)
This method will be called when running the PlugIn, it coordinates the main process.
|
public void run(String arg)
run
in interface ij.plugin.PlugIn
arg
- UNUSEDpublic void computeBackwardTransform(ij.ImagePlus power, ij.ImagePlus phase, String behaviour, boolean multiThreaded)
Copyright © 2015–2021 Fiji. All rights reserved.