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.FlavorNAME| 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, setOutputops, setEnvironmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitops, setEnvironmentcompute, getIndependentInstance, run, runruncandidates, filterArity, opinitializepublic 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 inputpublic boolean conforms()
conforms in interface ContingentCopyright © 2014–2022 ImageJ. All rights reserved.