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 FloorInterpolator RealRandomAccess
to aRandomAccess
by nearest floor interpolation (i.e., the value is sampled at floor(x)).LanczosInterpolator n-dimensional double-based Lanczos InterpolationNearestNeighborInterpolator RealRandomAccess
to aRandomAccess
by nearest neighbor interpolation.NLinearInterpolator Performs multi-linear interpolation.NLinearInterpolator1D NLinearInterpolator2D NLinearInterpolator3D NLinearInterpolatorARGB N-linear interpolator for ARGB values with overflow check.