Uses of Class
net.imglib2.position.transform.Floor
Packages that use Floor
-
Uses of Floor in net.imglib2.interpolation.randomaccess
Subclasses of Floor in net.imglib2.interpolation.randomaccessModifier and TypeClassDescriptionclass
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
N-linear interpolator for ARGB values with overflow check.