T - Type of the first imageU - Type of the second imagepublic class LiICQ<T extends RealType<T>,U extends RealType<U>> extends AbstractBinaryFunctionOp<Iterable<T>,Iterable<U>,Double> implements Ops.Coloc.ICQ, Contingent
SpecialOp.FlavorNAME| Constructor and Description |
|---|
LiICQ() |
| Modifier and Type | Method and Description |
|---|---|
Double |
calculate(Iterable<T> image1,
Iterable<U> image2)
Calculates 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, run, setInput1, setInput2ops, setEnvironmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitops, setEnvironmentcalculate, getIndependentInstance, runin, setInputcalculate, runruncandidates, filterArity, opinitializepublic Double calculate(Iterable<T> image1, Iterable<U> image2)
BinaryFunctionOppublic boolean conforms()
Contingentconforms in interface ContingentCopyright © 2014–2022 ImageJ. All rights reserved.