public class CombinedCalibratedRealInterval<A extends CalibratedAxis,S extends CalibratedRealInterval<A>> extends CombinedRealInterval<A,S> implements CalibratedRealInterval<A>
CombinedRealInterval
that has calibrated axes.CombinedRealInterval.MinMax
modCount
Constructor and Description |
---|
CombinedCalibratedRealInterval() |
Modifier and Type | Method and Description |
---|---|
double |
averageScale(int d)
Returns the average scale along the given axis, for some reasonable
interval.
|
realMax, realMax, realMax, realMin, realMin, realMin, update
axes, axis, dimensionIndex, numDimensions, setAxis
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
maxAsDoubleArray, maxAsRealPoint, minAsDoubleArray, minAsRealPoint, realMax, realMax, realMax, realMin, realMin, realMin
dimensionIndex
axes, axis, setAxis
numDimensions
containsAll, equals, hashCode
parallelStream, stream
public double averageScale(int d)
CalibratedSpace
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]
.
averageScale
in interface CalibratedSpace<A extends CalibratedAxis>
Copyright © 2014–2022 ImageJ. All rights reserved.