public interface CalibratedSpace<A extends CalibratedAxis> extends TypedSpace<A>
CalibratedAxis
Modifier and Type | Method and Description |
---|---|
default double |
averageScale(int d)
Returns the average scale along the given axis, for some reasonable
interval.
|
dimensionIndex
axes, axis, setAxis
numDimensions
default double averageScale(int d)
The exact interval used is implementation dependent, but reasonable effort
will be made to use the largest in-bounds range for the space; e.g., for
RealInterval
s, the range used is RealInterval.realMin(int)
to RealInterval.realMax(int)
. For spaces in general, the default
range is [0, 1]
.
Copyright © 2014–2022 ImageJ. All rights reserved.