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