Uses of Class
org.anchoranalysis.image.voxel.resizer.VoxelsResizerImgLib2
Packages that use VoxelsResizerImgLib2
Package
Description
Different interpolator methods to use when scaling voxels.
-
Uses of VoxelsResizerImgLib2 in org.anchoranalysis.image.voxel.resizer
Subclasses of VoxelsResizerImgLib2 in org.anchoranalysis.image.voxel.resizerModifier and TypeClassDescriptionclass
Resizes with an interpolator that uses Lanczos resampling as implemented in Imglib2.class
Resizes with an interpolator that uses linear interpolation as implemented in Imglib2.class
Resizes with an interpolator that uses nearest neighbor interpolation as implemented in Imglib2.