T
- I
- O
- public class PaddingIntervalOrigin<T extends ComplexType<T>,I extends RandomAccessibleInterval<T>,O extends Interval> extends AbstractBinaryFunctionOp<I,Interval,O> implements Ops.Filter.PaddingIntervalOrigin
SpecialOp.Flavor
NAME
Constructor and Description |
---|
PaddingIntervalOrigin() |
Modifier and Type | Method and Description |
---|---|
O |
calculate(I input,
Interval centeredInterval)
Calculates the output given two inputs.
|
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
initialize
public O calculate(I input, Interval centeredInterval)
BinaryFunctionOp
calculate
in interface BinaryFunctionOp<I extends RandomAccessibleInterval<T>,Interval,O extends Interval>
input
- first argument to the functioncenteredInterval
- second argument to the functionCopyright © 2014–2022 ImageJ. All rights reserved.