Package net.imglib2.interpolation.randomaccess
-
Class Summary 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 forRealTypevalues 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 forRealTypevalues with overflow check.FloorInterpolator<T> RealRandomAccessto aRandomAccessby 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> RealRandomAccessto aRandomAccessby 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>>