public class DefaultComputeFFTSize extends AbstractUnaryFunctionOp<Dimensions,long[][]> implements Ops.Filter.FFTSize
SpecialOp.FlavorNAME| Constructor and Description |
|---|
DefaultComputeFFTSize() |
| Modifier and Type | Method and Description |
|---|---|
long[][] |
calculate(Dimensions inputDimensions)
Calculates the output given some input.
|
in, out, run, setInputops, setEnvironmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitops, setEnvironmentcalculate, getIndependentInstance, runruncandidates, filterArity, opinitializepublic long[][] calculate(Dimensions inputDimensions)
UnaryFunctionOpcalculate in interface UnaryFunctionOp<Dimensions,long[][]>inputDimensions - Argument to the functionCopyright © 2014–2022 ImageJ. All rights reserved.