Interface | Description |
---|---|
ChannelMapper |
A channel mapper should map an input value to either channel one or
channel two.
|
IntComparator |
Class | Description |
---|---|
Accumulator<T extends RealType<T>> |
A class allowing an easy accumulation of values visited by a
TwinCursor.
|
Algorithm<T extends RealType<T>> |
An algorithm is an abstraction of techniques like the
calculation of the Persons coefficient or Li'S ICQ.
|
AutoThresholdRegression<T extends RealType<T>> |
A class implementing the automatic finding of a threshold
used for Pearson colocalisation calculation.
|
BisectionStepper |
Try to converge a threshold based on an update value condition.
|
CostesSignificanceTest<T extends RealType<T> & NativeType<T>> | |
Histogram2D<T extends RealType<T>> |
Represents the creation of a 2D histogram between two images.
|
InputCheck<T extends RealType<T>> |
This class implements some basic checks for the input image data.
|
IntArraySorter |
Sorts and
int[] according to a custom comparator. |
KendallTauRankCorrelation<T extends RealType<T>> |
This algorithm calculates Kendall's Tau-b rank correlation coefficient
|
LiHistogram2D<T extends RealType<T>> |
Represents the creation of a 2D histogram between two images.
|
LiICQ<T extends RealType<T>> |
This algorithm calculates Li et al.'s ICQ (intensity
correlation quotient).
|
MandersColocalization<T extends RealType<T>> |
This algorithm calculates Manders et al.'s split colocalization
coefficients, M1 and M2.
|
MandersColocalization.MandersResults |
A result container for Manders' calculations.
|
PearsonsCorrelation<T extends RealType<T>> |
A class that represents the mean calculation of the two source
images in the data container.
|
SimpleStepper |
The simple stepper decrements a start threshold with every update() call.
|
SpearmanRankCorrelation<T extends RealType<T>> |
This algorithm calculates Spearman's rank correlation coefficient (Spearman's rho)
|
Stepper |
A stepper is used to change some value with every update() call.
|
Enum | Description |
---|---|
AutoThresholdRegression.Implementation | |
Histogram2D.DrawingFlags | |
PearsonsCorrelation.Implementation |
Exception | Description |
---|---|
MissingPreconditionException |
An exception class for missing preconditions for algorithm execution.
|
Copyright © 2015–2021 Fiji. All rights reserved.