Uses of Package
org.anchoranalysis.image.voxel.resizer
| Package | Description |
|---|---|
| org.anchoranalysis.image.voxel |
Data-structures to store and manipulate image raster-data or voxels.
|
| org.anchoranalysis.image.voxel.extracter |
Methods to read/copy/duplicate portions of voxels.
|
| org.anchoranalysis.image.voxel.resizer |
Different interpolator methods to use when scaling voxels.
|
-
Classes in org.anchoranalysis.image.voxel.resizer used by org.anchoranalysis.image.voxel Class Description VoxelsResizer Copies voxels while performing interpolation. -
Classes in org.anchoranalysis.image.voxel.resizer used by org.anchoranalysis.image.voxel.extracter Class Description VoxelsResizer Copies voxels while performing interpolation. -
Classes in org.anchoranalysis.image.voxel.resizer used by org.anchoranalysis.image.voxel.resizer Class Description VoxelsResizer Copies voxels while performing interpolation.VoxelsResizerFactory Creates instances ofVoxelsResizerto match particular circumstances.VoxelsResizerImgLib2 Performs resizing ofVoxelBuffers using ImgLib2's interpolation.