Uses of Class
org.anchoranalysis.image.voxel.resizer.VoxelsResizerImgLib2
| Package | Description |
|---|---|
| org.anchoranalysis.image.voxel.resizer |
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.resizer Modifier and Type Class Description classLanczosResizes with an interpolator that uses Lanczos resampling as implemented in Imglib2.classLinearResizes with an interpolator that uses linear interpolation as implemented in Imglib2.classNearestNeighborResizes with an interpolator that uses nearest neighbor interpolation as implemented in Imglib2.