T
- I
- O
- public abstract class PadInputFFT<T extends ComplexType<T>,I extends RandomAccessibleInterval<T>,O extends RandomAccessibleInterval<T>> extends AbstractBinaryFunctionOp<I,Dimensions,O>
SpecialOp.Flavor
Constructor and Description |
---|
PadInputFFT() |
Modifier and Type | Method and Description |
---|---|
O |
calculate(I input,
Dimensions paddedDimensions)
Calculates the output given two inputs.
|
OutOfBoundsFactory<T,RandomAccessibleInterval<T>> |
getObf() |
void |
initialize()
Initializes the object.
|
protected void |
setFFTSizeOp(UnaryFunctionOp<Dimensions,long[][]> fftSizeOp) |
void |
setObf(OutOfBoundsFactory<T,RandomAccessibleInterval<T>> obf) |
in1, in2, out, run, setInput1, setInput2
ops, setEnvironment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
calculate, getIndependentInstance, run
in, setInput
calculate, run
run
candidates, filterArity, op
ops, setEnvironment
public OutOfBoundsFactory<T,RandomAccessibleInterval<T>> getObf()
public void setObf(OutOfBoundsFactory<T,RandomAccessibleInterval<T>> obf)
public void initialize()
Initializable
public O calculate(I input, Dimensions paddedDimensions)
BinaryFunctionOp
input
- first argument to the functionpaddedDimensions
- second argument to the functionprotected void setFFTSizeOp(UnaryFunctionOp<Dimensions,long[][]> fftSizeOp)
Copyright © 2014–2022 ImageJ. All rights reserved.