endrov.flowFourier
Class EvOpFourierRealInverseFull3D
java.lang.Object
endrov.flow.EvOpGeneral
endrov.flow.EvOpStack
endrov.flowFourier.EvOpFourierRealInverseFull3D
public class EvOpFourierRealInverseFull3D
- extends EvOpStack
Inverse fourier transform. FFT if possible, otherwise DFT.
FFT is O(n log n), DFT is O(n^2)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EvOpFourierRealInverseFull3D
public EvOpFourierRealInverseFull3D(boolean scale)
exec
public EvStack[] exec(ProgressHandle ph,
EvStack... p)
- Description copied from class:
EvOpGeneral
- Apply given several stacks, returns one or more stacks depending on operation
- Specified by:
exec
in class EvOpGeneral
getNumberChannels
public int getNumberChannels()
- Description copied from class:
EvOpGeneral
- Get the number of channels/stacks/image planes that this operation will return
- Specified by:
getNumberChannels
in class EvOpGeneral
transform
public static Tuple<EvStack,EvStack> transform(ProgressHandle progh,
EvStack inRe,
boolean scale)