T - public class RegionalExtremaFactory<T extends RealType<T>> extends Object implements Factory
| Constructor and Description |
|---|
RegionalExtremaFactory(Image<T> img)
Instantiate the factory with a source image and a over-time flag.
|
| Modifier and Type | Method and Description |
|---|---|
RegionalExtremaFinder<T> |
createRegionalMaximaFinder(boolean findMaxima)
Return the adequate
RegionalExtremaFinder, given the dimensionality of the source image. |
String |
getErrorMessage() |
void |
printProperties() |
void |
setParameters(String configuration) |
public RegionalExtremaFactory(Image<T> img)
LocalMaximaFinder will be returned, that takes into account
time.img - overTime - public RegionalExtremaFinder<T> createRegionalMaximaFinder(boolean findMaxima)
RegionalExtremaFinder, given the dimensionality of the source image.
Special cases of image over time will be addressed using the flag given in the constructor.findMaxima - if true, will return a maxima finder, and a minima finder otherwisepublic String getErrorMessage()
getErrorMessage in interface Factorypublic void printProperties()
printProperties in interface Factorypublic void setParameters(String configuration)
setParameters in interface FactoryCopyright © 2015–2021 Fiji. All rights reserved.