public class ColocNamespace extends AbstractNamespace
Constructor and Description |
---|
ColocNamespace() |
ops, setEnvironment
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
context, getContext, setContext
public <T extends RealType<T>,U extends RealType<U>> Double icq(Iterable<T> image1, Iterable<T> image2, DoubleType mean1, DoubleType mean2)
public <T extends RealType<T>,U extends RealType<U>> Double icq(Iterable<T> image1, Iterable<T> image2, DoubleType mean1)
public <T extends RealType<T>,U extends RealType<U>> Double icq(Iterable<T> image1, Iterable<T> image2)
public <T extends RealType<T>,U extends RealType<U>> Double kendallTau(Iterable<T> image1, Iterable<U> image2)
public <T extends RealType<T>,U extends RealType<U>> Double maxTKendallTau(RandomAccessibleInterval<T> in1, RandomAccessibleInterval<U> in2)
public <T extends RealType<T>,U extends RealType<U>> Double maxTKendallTau(RandomAccessibleInterval<T> in1, RandomAccessibleInterval<U> in2, long seed)
public <T extends RealType<T>,U extends RealType<U>> Double pearsons(Iterable<T> image1, Iterable<U> image2)
public <T extends RealType<T>,U extends RealType<U>> PValueResult pValue(PValueResult out, RandomAccessibleInterval<T> in1, RandomAccessibleInterval<U> in2, BinaryFunctionOp<Iterable<T>,Iterable<U>,Double> op)
public <T extends RealType<T>,U extends RealType<U>> PValueResult pValue(PValueResult out, RandomAccessibleInterval<T> in1, RandomAccessibleInterval<U> in2, BinaryFunctionOp<Iterable<T>,Iterable<U>,Double> op, int nrRandomizations)
public <T extends RealType<T>,U extends RealType<U>> PValueResult pValue(PValueResult out, RandomAccessibleInterval<T> in1, RandomAccessibleInterval<U> in2, BinaryFunctionOp<Iterable<T>,Iterable<U>,Double> op, int nrRandomizations, Dimensions psfSize)
public <T extends RealType<T>,U extends RealType<U>> PValueResult pValue(PValueResult out, RandomAccessibleInterval<T> in1, RandomAccessibleInterval<U> in2, BinaryFunctionOp<Iterable<T>,Iterable<U>,Double> op, int nrRandomizations, Dimensions psfSize, long seed)
public String getName()
Copyright © 2014–2022 ImageJ. All rights reserved.