Module org.scijava.ops.image
Package org.scijava.ops.image.coloc.icq
Class LiICQ<T extends RealType<T>,U extends RealType<U>,V extends RealType<V>>
- java.lang.Object
-
- org.scijava.ops.image.coloc.icq.LiICQ<T,U,V>
-
- Type Parameters:
T- Type of the first imageU- Type of the second image
- All Implemented Interfaces:
Functions.Arity4<Iterable<T>,Iterable<U>,DoubleType,DoubleType,Double>
public class LiICQ<T extends RealType<T>,U extends RealType<U>,V extends RealType<V>> extends Object implements Functions.Arity4<Iterable<T>,Iterable<U>,DoubleType,DoubleType,Double>
This algorithm calculates Li et al.'s ICQ (intensity correlation quotient).- Implementation Note:
- op names='coloc.icq'
-
-
Constructor Summary
Constructors Constructor Description LiICQ()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Doubleapply(Iterable<T> image1, Iterable<U> image2, DoubleType mean1, DoubleType mean2)TODO-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.scijava.function.Functions.Arity4
andThen
-
-
-
-
Method Detail
-
apply
public Double apply(Iterable<T> image1, Iterable<U> image2, DoubleType mean1, DoubleType mean2)
TODO- Specified by:
applyin interfaceFunctions.Arity4<Iterable<T extends RealType<T>>,Iterable<U extends RealType<U>>,DoubleType,DoubleType,Double>- Parameters:
image1-image2-mean1-mean2-- Returns:
- the output
-
-