public class CropRAI<T> extends AbstractBinaryFunctionOp<RandomAccessibleInterval<T>,Interval,RandomAccessibleInterval<T>> implements Ops.Transform.Crop
SpecialOp.FlavorALIASES, 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, setInput2ops, setEnvironmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitops, setEnvironmentcalculate, getIndependentInstance, runin, setInputcalculate, runruncandidates, filterArity, opinitializepublic RandomAccessibleInterval<T> calculate(RandomAccessibleInterval<T> input, Interval interval)
BinaryFunctionOpcalculate 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.