| Class | Description |
|---|---|
| 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 © 2009–2017 ImgLib2. All rights reserved.