Module org.scijava.ops.image
Class DefaultPearsons<T extends RealType<T>,U extends RealType<U>>
- java.lang.Object
-
- org.scijava.ops.image.coloc.pearsons.DefaultPearsons<T,U>
-
- All Implemented Interfaces:
BiFunction<Iterable<T>,Iterable<U>,Double>
public class DefaultPearsons<T extends RealType<T>,U extends RealType<U>> extends Object implements BiFunction<Iterable<T>,Iterable<U>,Double>
A class that represents the mean calculation of the two source images in the data container. It implements the FAST calculation for Pearson's Correlation.- Author:
- Ellen T Arena
- Implementation Note:
- op names='coloc.pearsons'
-
-
Constructor Summary
Constructors Constructor Description DefaultPearsons()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Doubleapply(Iterable<T> image1, Iterable<U> image2)TODO-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiFunction
andThen
-
-