T
- C
- public class FFTMethodsOpC<T extends RealType<T>,C extends ComplexType<C>> extends AbstractUnaryComputerOp<RandomAccessibleInterval<T>,RandomAccessibleInterval<C>> implements Ops.Filter.FFT, Contingent
SpecialOp.Flavor
NAME
Constructor and Description |
---|
FFTMethodsOpC() |
Modifier and Type | Method and Description |
---|---|
void |
compute(RandomAccessibleInterval<T> input,
RandomAccessibleInterval<C> output)
Computes an ND FFT using FFTMethods
|
boolean |
conforms()
Make sure that the input and output size conforms to a supported FFT size.
|
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
initialize
public void compute(RandomAccessibleInterval<T> input, RandomAccessibleInterval<C> output)
compute
in interface UnaryComputerOp<RandomAccessibleInterval<T extends RealType<T>>,RandomAccessibleInterval<C extends ComplexType<C>>>
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.