Modifier and Type | Interface and Description |
---|---|
interface |
RealRandomAccess<T> |
Modifier and Type | Class and Description |
---|---|
class |
RealPoint
A point is a location in EuclideanSpace.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractInterval.realMax(RealPositionable m) |
void |
AbstractRealInterval.realMax(RealPositionable realMax) |
void |
KDTree.realMax(RealPositionable m) |
void |
RealPointSampleList.realMax(RealPositionable m) |
void |
AbstractWrappedRealInterval.realMax(RealPositionable max) |
void |
RealInterval.realMax(RealPositionable max)
Sets a
RealPositionable to the maximum of this Interval |
void |
AbstractInterval.realMin(RealPositionable minimum) |
void |
AbstractRealInterval.realMin(RealPositionable realMin) |
void |
KDTree.realMin(RealPositionable m) |
void |
RealPointSampleList.realMin(RealPositionable m) |
void |
AbstractWrappedRealInterval.realMin(RealPositionable min) |
void |
RealInterval.realMin(RealPositionable min)
Sets a
RealPositionable to the minimum of this Interval |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConvertedRealRandomAccess<A,B>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
ConvertedRealRandomAccess<A,B extends Type<B>>
TODO
|
Modifier and Type | Method and Description |
---|---|
void |
HistogramNd.realMax(RealPositionable max) |
void |
DiscreteFrequencyDistribution.realMax(RealPositionable max) |
void |
Histogram1d.realMax(RealPositionable max) |
void |
HistogramNd.realMin(RealPositionable min) |
void |
DiscreteFrequencyDistribution.realMin(RealPositionable min) |
void |
Histogram1d.realMin(RealPositionable min) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractImg.realMax(RealPositionable m) |
void |
AbstractImg.realMin(RealPositionable m) |
Modifier and Type | Class and Description |
---|---|
class |
InverseDistanceWeightingInterpolator<T extends RealType<T>>
RealRandomAccess to a KNearestNeighborSearch whose sample
value is generated by weighting the k nearest neighbors of a query
real coordinate by their inverse distance to an arbitrary power p. |
class |
NearestNeighborSearchInterpolator<T>
Nearest-neighbor interpolation implemented by
NearestNeighborSearch . |
Modifier and Type | Class and Description |
---|---|
class |
FloorInterpolator<T>
RealRandomAccess to a RandomAccess by nearest floor
interpolation (i.e., the value is sampled at floor(x)). |
class |
LanczosInterpolator<T extends RealType<T>>
n-dimensional double-based Lanczos Interpolation
|
class |
NearestNeighborInterpolator<T>
RealRandomAccess to a RandomAccess by nearest neighbor
interpolation. |
class |
NLinearInterpolator<T extends NumericType<T>>
Performs multi-linear interpolation.
|
class |
NLinearInterpolator1D<T extends NumericType<T>> |
class |
NLinearInterpolator2D<T extends NumericType<T>> |
class |
NLinearInterpolator3D<T extends NumericType<T>> |
class |
NLinearInterpolatorARGB
N-linear interpolator for ARGB values with overflow check.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RealOutOfBounds<T> |
Modifier and Type | Class and Description |
---|---|
class |
RealOutOfBoundsRealRandomAccess<T> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPositionableTransform<LocalizablePositionable extends Localizable & Positionable>
A
RealPositionable that drives a Positionable to somehow
derived discrete coordinates. |
class |
Floor<LocalizablePositionable extends Localizable & Positionable>
A
RealPositionable that drives a Positionable to its floor
discrete coordinates. |
class |
FloorOffset<LocalizablePositionable extends Localizable & Positionable>
A
RealPositionable that drives a Positionable to its floor
discrete coordinates plus a discrete offset vector. |
class |
Round<LocalizablePositionable extends Localizable & Positionable>
A
RealPositionable that drives a Positionable to its round
discrete coordinates:
f = r < 0 ? (long)( r - 0.5 ) : (long)( r + 0.5 ) |
Modifier and Type | Method and Description |
---|---|
void |
SubsampleIntervalView.realMax(RealPositionable m) |
void |
SubsampleIntervalView.realMin(RealPositionable min) |
Modifier and Type | Method and Description |
---|---|
void |
CompositeIntervalView.realMax(RealPositionable max) |
void |
CompositeIntervalView.realMin(RealPositionable min) |
Copyright © 2009–2017 ImgLib2. All rights reserved.