C - T - public class IFFTMethodsOpC<C extends ComplexType<C>,T extends RealType<T>> extends AbstractUnaryComputerOp<RandomAccessibleInterval<C>,RandomAccessibleInterval<T>> implements Ops.Filter.IFFT, Contingent
SpecialOp.FlavorNAME| Constructor and Description |
|---|
IFFTMethodsOpC() |
| Modifier and Type | Method and Description |
|---|---|
void |
compute(RandomAccessibleInterval<C> input,
RandomAccessibleInterval<T> output)
Compute an ND inverse FFT
|
boolean |
conforms()
Make sure that the input size conforms to a supported FFT size.
|
void |
initialize()
Initializes the object.
|
in, out, setInput, setOutputops, setEnvironmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitops, setEnvironmentcompute, getIndependentInstance, run, runruncandidates, filterArity, oppublic void initialize()
Initializableinitialize in interface Initializablepublic void compute(RandomAccessibleInterval<C> input, RandomAccessibleInterval<T> output)
compute in interface UnaryComputerOp<RandomAccessibleInterval<C extends ComplexType<C>>,RandomAccessibleInterval<T extends RealType<T>>>input - Argument to the computation, which must be non-nulloutput - Object where the computation's result will be stored, which
must be non-null and a different object than inputpublic boolean conforms()
conforms in interface ContingentCopyright © 2014–2022 ImageJ. All rights reserved.