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.Flavor
NAME
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, setOutput
ops, setEnvironment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
ops, setEnvironment
compute, getIndependentInstance, run, run
run
candidates, filterArity, op
public void initialize()
Initializable
initialize
in interface Initializable
public 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 input
public boolean conforms()
conforms
in interface Contingent
Copyright © 2014–2022 ImageJ. All rights reserved.