Package | Description |
---|---|
net.imglib2.interpolation.randomaccess |
Class and Description |
---|
ClampingNLinearInterpolatorRealType
N-linear interpolator for
RealType values with overflow check. |
ClampingNLinearInterpolatorVolatileARGB
N-linear interpolator for volatile ARGB values with overflow check.
|
ClampingNLinearInterpolatorVolatileRealType
N-linear interpolator for
RealType values with overflow check. |
FloorInterpolator
RealRandomAccess to a RandomAccess by nearest floor
interpolation (i.e., the value is sampled at floor(x)). |
LanczosInterpolator
n-dimensional double-based Lanczos Interpolation
|
NearestNeighborInterpolator
RealRandomAccess to a RandomAccess by nearest neighbor
interpolation. |
NLinearInterpolator
Performs multi-linear interpolation.
|
NLinearInterpolator1D |
NLinearInterpolator2D |
NLinearInterpolator3D |
NLinearInterpolatorARGB
N-linear interpolator for ARGB values with overflow check.
|
Copyright © 2015–2022 ImgLib2. All rights reserved.