Uses of Class
net.imglib2.position.transform.Floor
-
Packages that use Floor Package Description net.imglib2.interpolation.randomaccess -
-
Uses of Floor in net.imglib2.interpolation.randomaccess
Subclasses of Floor in net.imglib2.interpolation.randomaccess Modifier and Type Class Description class
FloorInterpolator<T>
RealRandomAccess
to aRandomAccess
by nearest floor interpolation (i.e., the value is sampled at floor(x)).class
NLinearInterpolator<T extends NumericType<T>>
Performs multi-linear interpolation.class
NLinearInterpolator1D<T extends NumericType<T>>
class
NLinearInterpolator2D<T extends NumericType<T>>
class
NLinearInterpolator3D<T extends NumericType<T>>
class
NLinearInterpolatorARGB
N-linear interpolator for ARGB values with overflow check.
-