endrov.flowFourier
Class EvOpFourierRealInverseFull2D
java.lang.Object
endrov.flow.EvOpGeneral
endrov.flow.EvOpSlice
endrov.flowFourier.EvOpFourierRealInverseFull2D
public class EvOpFourierRealInverseFull2D
- extends EvOpSlice
Inverse fourier transform. FFT if possible, otherwise DFT.
FFT is O(n log n), DFT is O(n^2)
TODO. verify that this works
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EvOpFourierRealInverseFull2D
public EvOpFourierRealInverseFull2D(boolean scale)
exec
public EvPixels[] exec(ProgressHandle ph,
EvPixels... p)
- Description copied from class:
EvOpGeneral
- Apply given several image planes, returns one or more image planes 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<EvPixels,EvPixels> transform(EvPixels inRe,
boolean scale)