T
- Type of the first imageU
- Type of the second imagepublic class MTKT<T extends RealType<T>,U extends RealType<U>> extends AbstractBinaryFunctionOp<RandomAccessibleInterval<T>,RandomAccessibleInterval<U>,Double> implements Ops.Coloc.MaxTKendallTau, Contingent
SpecialOp.Flavor
NAME
Constructor and Description |
---|
MTKT() |
Modifier and Type | Method and Description |
---|---|
Double |
calculate(RandomAccessibleInterval<T> image1,
RandomAccessibleInterval<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(RandomAccessibleInterval<T> image1, RandomAccessibleInterval<U> image2)
BinaryFunctionOp
calculate
in interface BinaryFunctionOp<RandomAccessibleInterval<T extends RealType<T>>,RandomAccessibleInterval<U extends RealType<U>>,Double>
image1
- first argument to the functionimage2
- second argument to the functionpublic boolean conforms()
Contingent
conforms
in interface Contingent
Copyright © 2014–2022 ImageJ. All rights reserved.