Class | Description |
---|---|
ClampingNLinearInterpolatorFactory<T extends NumericType<T>> |
Provides clamping n-linear interpolators for volatile and non-volatile types.
|
ClampingNLinearInterpolatorRealType<T extends RealType<T>> |
N-linear interpolator for
RealType values with overflow check. |
ClampingNLinearInterpolatorVolatileARGB<T extends AbstractVolatileNumericType<ARGBType,T>> |
N-linear interpolator for volatile ARGB values with overflow check.
|
ClampingNLinearInterpolatorVolatileRealType<R extends RealType<R>,T extends AbstractVolatileRealType<R,T>> |
N-linear interpolator for
RealType values with overflow check. |
FloorInterpolator<T> |
RealRandomAccess to a RandomAccess by nearest floor
interpolation (i.e., the value is sampled at floor(x)). |
FloorInterpolatorFactory<T> | |
LanczosInterpolator<T extends RealType<T>> |
n-dimensional double-based Lanczos Interpolation
|
LanczosInterpolatorFactory<T extends RealType<T>> |
TODO
|
NearestNeighborInterpolator<T> |
RealRandomAccess to a RandomAccess by nearest neighbor
interpolation. |
NearestNeighborInterpolatorFactory<T> | |
NLinearInterpolator<T extends NumericType<T>> |
Performs multi-linear interpolation.
|
NLinearInterpolator1D<T extends NumericType<T>> | |
NLinearInterpolator2D<T extends NumericType<T>> | |
NLinearInterpolator3D<T extends NumericType<T>> | |
NLinearInterpolatorARGB |
N-linear interpolator for ARGB values with overflow check.
|
NLinearInterpolatorARGBFactory | |
NLinearInterpolatorFactory<T extends NumericType<T>> |
Copyright © 2015–2022 ImgLib2. All rights reserved.