Uses of Package
net.imglib2.interpolation.randomaccess
-
Packages that use net.imglib2.interpolation.randomaccess Package Description net.imglib2.interpolation.randomaccess -
Classes in net.imglib2.interpolation.randomaccess used by net.imglib2.interpolation.randomaccess Class Description ClampingNLinearInterpolatorRealType N-linear interpolator forRealTypevalues with overflow check.ClampingNLinearInterpolatorVolatileARGB N-linear interpolator for volatile ARGB values with overflow check.ClampingNLinearInterpolatorVolatileRealType N-linear interpolator forRealTypevalues with overflow check.FloorInterpolator RealRandomAccessto aRandomAccessby nearest floor interpolation (i.e., the value is sampled at floor(x)).LanczosInterpolator n-dimensional double-based Lanczos InterpolationNearestNeighborInterpolator RealRandomAccessto aRandomAccessby nearest neighbor interpolation.NLinearInterpolator Performs multi-linear interpolation.NLinearInterpolator1D NLinearInterpolator2D NLinearInterpolator3D NLinearInterpolatorARGB N-linear interpolator for ARGB values with overflow check.