public class DefaultDerivativeGauss<T extends RealType<T>> extends AbstractBinaryComputerOp<RandomAccessibleInterval<T>,int[],RandomAccessibleInterval<DoubleType>> implements Ops.Filter.DerivativeGauss, Contingent
SpecialOp.FlavorNAME| Constructor and Description |
|---|
DefaultDerivativeGauss() |
| Modifier and Type | Method and Description |
|---|---|
void |
compute(RandomAccessibleInterval<T> input,
int[] derivatives,
RandomAccessibleInterval<DoubleType> output)
Computes the output given two inputs.
|
boolean |
conforms()
True if the contingency holds; i.e., the current circumstances conform to
the contingency's requirements.
|
in1, in2, out, setInput1, setInput2, setOutputops, setEnvironmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitops, setEnvironmentcompute, getIndependentInstance, run, runin, setInputcompute, runruncandidates, filterArity, opinitializepublic void compute(RandomAccessibleInterval<T> input, int[] derivatives, RandomAccessibleInterval<DoubleType> output)
BinaryComputerOpcompute in interface BinaryComputerOp<RandomAccessibleInterval<T extends RealType<T>>,int[],RandomAccessibleInterval<DoubleType>>input - first argument to the computation, which
must be non-nullderivatives - second argument to the computation, which
must be non-nulloutput - object where the computation's result will be stored, which
must be non-null and a different object than
input1 and input2public boolean conforms()
Contingentconforms in interface ContingentCopyright © 2014–2022 ImageJ. All rights reserved.