T
- public class CreateOutputFFTMethods<T> extends AbstractBinaryFunctionOp<Dimensions,T,Img<T>> implements Ops.Filter.CreateFFTOutput
SpecialOp.Flavor
NAME
Constructor and Description |
---|
CreateOutputFFTMethods() |
Modifier and Type | Method and Description |
---|---|
Img<T> |
calculate(Dimensions paddedDimensions,
T outType)
Calculates the output given two inputs.
|
void |
initialize()
Initializes the object.
|
in1, in2, out, run, setInput1, setInput2
ops, setEnvironment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
ops, setEnvironment
calculate, getIndependentInstance, run
in, setInput
calculate, run
run
candidates, filterArity, op
public void initialize()
Initializable
initialize
in interface Initializable
public Img<T> calculate(Dimensions paddedDimensions, T outType)
BinaryFunctionOp
calculate
in interface BinaryFunctionOp<Dimensions,T,Img<T>>
paddedDimensions
- first argument to the functionoutType
- second argument to the functionCopyright © 2014–2022 ImageJ. All rights reserved.