Package | Description |
---|---|
net.imagej.autoscale |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAutoscaleMethod<T extends RealType<T>>
Abstract base class for
AutoscaleMethod plugins. |
class |
ConfidenceIntervalAutoscaleMethod<T extends RealType<T>>
Computes a confidence interval containing percentages of the an entire set of
values in an
IterableInterval . |
class |
DefaultAutoscaleMethod<T extends RealType<T>>
Computes a data range from the entire set of values in an
IterableInterval . |
Modifier and Type | Method and Description |
---|---|
AutoscaleMethod |
DefaultAutoscaleService.getAutoscaleMethod(String name) |
AutoscaleMethod |
AutoscaleService.getAutoscaleMethod(String name)
Returns the
AutoscaleMethod associated with the given name. |
AutoscaleMethod |
DefaultAutoscaleService.getDefaultAutoscaleMethod() |
AutoscaleMethod |
AutoscaleService.getDefaultAutoscaleMethod()
Returns the default autoscaling method.
|
Modifier and Type | Method and Description |
---|---|
Map<String,AutoscaleMethod> |
DefaultAutoscaleService.getAutoscaleMethods() |
Map<String,AutoscaleMethod> |
AutoscaleService.getAutoscaleMethods()
Returns a map of available
AutoscaleMethod s, indexed by name. |
Class<AutoscaleMethod> |
DefaultAutoscaleService.getPluginType() |
Copyright © 2014–2022 ImageJ. All rights reserved.