public class InputCheck<T extends RealType<T>> extends Algorithm<T>
| Modifier and Type | Field and Description |
|---|---|
protected double |
maxSaturatedRatio |
protected double |
maxZeroZeroRatio |
| Constructor and Description |
|---|
InputCheck() |
| Modifier and Type | Method and Description |
|---|---|
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, getWarningsprotected final double maxZeroZeroRatio
protected final double maxSaturatedRatio
public void execute(DataContainer<T> container) throws MissingPreconditionException
AlgorithmAlgorithm.public void processResults(ResultHandler<T> handler)
AlgorithmprocessResults in class Algorithm<T extends RealType<T>>handler - The ResultHandler to process the results.Copyright © 2015–2021 Fiji. All rights reserved.