Class VoxelsResizerImageJ
Object
VoxelsResizer
VoxelsResizerImageJ
Resizes with linear
interpolation as implemented in ImageJ.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanresizeByte(VoxelBuffer<UnsignedByteBuffer> voxelsSource, VoxelBuffer<UnsignedByteBuffer> voxelsDestination, Extent extentSource, Extent extentDestination) resizeFloat(VoxelBuffer<FloatBuffer> voxelsSource, VoxelBuffer<FloatBuffer> voxelsDestination, Extent extentSource, Extent extentDestination) resizeShort(VoxelBuffer<UnsignedShortBuffer> voxelsSource, VoxelBuffer<UnsignedShortBuffer> voxelsDestination, Extent extentSource, Extent extentDestination) Methods inherited from class org.anchoranalysis.image.voxel.resizer.VoxelsResizer
resize
-
Constructor Details
-
VoxelsResizerImageJ
public VoxelsResizerImageJ()
-
-
Method Details
-
canValueRangeChange
public boolean canValueRangeChange()- Specified by:
canValueRangeChangein classVoxelsResizer
-
resizeByte
public VoxelBuffer<UnsignedByteBuffer> resizeByte(VoxelBuffer<UnsignedByteBuffer> voxelsSource, VoxelBuffer<UnsignedByteBuffer> voxelsDestination, Extent extentSource, Extent extentDestination) - Specified by:
resizeBytein classVoxelsResizer
-
resizeShort
public VoxelBuffer<UnsignedShortBuffer> resizeShort(VoxelBuffer<UnsignedShortBuffer> voxelsSource, VoxelBuffer<UnsignedShortBuffer> voxelsDestination, Extent extentSource, Extent extentDestination) - Specified by:
resizeShortin classVoxelsResizer
-
resizeFloat
public VoxelBuffer<FloatBuffer> resizeFloat(VoxelBuffer<FloatBuffer> voxelsSource, VoxelBuffer<FloatBuffer> voxelsDestination, Extent extentSource, Extent extentDestination) - Specified by:
resizeFloatin classVoxelsResizer
-