public class DefaultPValue<T extends RealType<T>,U extends RealType<U>> extends AbstractBinaryComputerOp<RandomAccessibleInterval<T>,RandomAccessibleInterval<U>,PValueResult> implements Ops.Coloc.PValue
SpecialOp.FlavorNAME| Constructor and Description |
|---|
DefaultPValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
compute(RandomAccessibleInterval<T> image1,
RandomAccessibleInterval<U> image2,
PValueResult output)
Computes the output given two inputs.
|
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> image1, RandomAccessibleInterval<U> image2, PValueResult output)
BinaryComputerOpcompute in interface BinaryComputerOp<RandomAccessibleInterval<T extends RealType<T>>,RandomAccessibleInterval<U extends RealType<U>>,PValueResult>image1 - first argument to the computation, which
must be non-nullimage2 - 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 input2Copyright © 2014–2022 ImageJ. All rights reserved.