Constructor and Description |
---|
LiICQ() |
Modifier and Type | Method and Description |
---|---|
static <T extends RealType<T>> |
calculateLisICQ(TwinCursor<T> cursor,
double mean1,
double mean2)
Calculates Li et al.'s intensity correlation quotient (ICQ) for
two images.
|
void |
execute(DataContainer<T> container)
Executes the previously initialized
Algorithm . |
void |
processResults(ResultHandler<T> handler)
A method to give the algorithm the opportunity to let
its results being processed by the passed handler.
|
addWarning, getName, getWarnings
public void execute(DataContainer<T> container) throws MissingPreconditionException
Algorithm
Algorithm
.public static <T extends RealType<T>> double calculateLisICQ(TwinCursor<T> cursor, double mean1, double mean2)
cursor
- A TwinCursor that iterates over two imagesmean1
- The first images meanmean2
- The second images meanpublic void processResults(ResultHandler<T> handler)
Algorithm
processResults
in class Algorithm<T extends RealType<T>>
handler
- The ResultHandler to process the results.Copyright © 2015–2021 Fiji. All rights reserved.