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 TypeClassDescriptionclassRealRandomAccessto aRandomAccessby nearest floor interpolation (i.e., the value is sampled at floor(x)).classNLinearInterpolator<T extends NumericType<T>>Performs multi-linear interpolation.classNLinearInterpolator1D<T extends NumericType<T>>classNLinearInterpolator2D<T extends NumericType<T>>classNLinearInterpolator3D<T extends NumericType<T>>classN-linear interpolator for ARGB values with overflow check.