Package net.imglib2.interpolation.randomaccess
-
Class Summary Class Description FloorInterpolator<T> RealRandomAccess
to aRandomAccess
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 InterpolationLanczosInterpolatorFactory<T extends RealType<T>> TODONearestNeighborInterpolator<T> RealRandomAccess
to aRandomAccess
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>>