Package net.imglib2.interpolation.randomaccess
package net.imglib2.interpolation.randomaccess
-
ClassesClassDescription
RealRandomAccess
to aRandomAccess
by nearest floor interpolation (i.e., the value is sampled at floor(x)).LanczosInterpolator<T extends RealType<T>>n-dimensional double-based Lanczos InterpolationLanczosInterpolatorFactory<T extends RealType<T>>TODORealRandomAccess
to aRandomAccess
by nearest neighbor interpolation.NLinearInterpolator<T extends NumericType<T>>Performs multi-linear interpolation.NLinearInterpolator1D<T extends NumericType<T>>NLinearInterpolator2D<T extends NumericType<T>>NLinearInterpolator3D<T extends NumericType<T>>N-linear interpolator for ARGB values with overflow check.NLinearInterpolatorFactory<T extends NumericType<T>>