public class CropRAI<T> extends AbstractBinaryFunctionOp<RandomAccessibleInterval<T>,Interval,RandomAccessibleInterval<T>> implements Ops.Transform.Crop
SpecialOp.Flavor
ALIASES, NAME
Constructor and Description |
---|
CropRAI() |
Modifier and Type | Method and Description |
---|---|
RandomAccessibleInterval<T> |
calculate(RandomAccessibleInterval<T> input,
Interval interval)
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 RandomAccessibleInterval<T> calculate(RandomAccessibleInterval<T> input, Interval interval)
BinaryFunctionOp
calculate
in interface BinaryFunctionOp<RandomAccessibleInterval<T>,Interval,RandomAccessibleInterval<T>>
input
- first argument to the functioninterval
- second argument to the functionCopyright © 2014–2022 ImageJ. All rights reserved.