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.Flavor
NAME
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, 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 Double calculate(Iterable<T> image1, Iterable<U> image2)
BinaryFunctionOp
public boolean conforms()
Contingent
conforms
in interface Contingent
Copyright © 2014–2022 ImageJ. All rights reserved.