Uses of Interface
org.anchoranalysis.image.voxel.buffer.slice.SliceBufferIndex
Packages that use SliceBufferIndex
Package
Description
Data-structures to store and manipulate image raster-data or voxels.
The
BinaryVoxels
class and related operations.A container with voxel-buffers for each z-slice.
Creates new instances of
Voxels
and VoxelsUntyped
with specific data-types.Converts to and from ImageJ data-structures for images.
-
Uses of SliceBufferIndex in org.anchoranalysis.image.voxel
Methods in org.anchoranalysis.image.voxel that return SliceBufferIndexModifier and TypeMethodDescriptionVoxels.slices()
An index mapping slice of voxels (in the z dimension) to a particular buffer with the corresponding voxel intensities.Constructors in org.anchoranalysis.image.voxel with parameters of type SliceBufferIndexModifierConstructorDescriptionVoxels
(SliceBufferIndex<T> slices, VoxelsFactoryTypeBound<T> factory, VoxelsArithmetic arithmetic) Creates a newVoxels
instance.VoxelsFloat
(SliceBufferIndex<FloatBuffer> buffer) Create from a buffer, indexed by slice.Create from a buffer, indexed by slice.Create from a buffer, indexed by slice.Create from a buffer, indexed by slice. -
Uses of SliceBufferIndex in org.anchoranalysis.image.voxel.binary
Methods in org.anchoranalysis.image.voxel.binary that return SliceBufferIndexModifier and TypeMethodDescriptionBinaryVoxels.slices()
An index mapping slice of voxels (in the z dimension) to a particular buffer with the corresponding voxel intensities. -
Uses of SliceBufferIndex in org.anchoranalysis.image.voxel.buffer.slice
Classes in org.anchoranalysis.image.voxel.buffer.slice that implement SliceBufferIndexModifier and TypeClassDescriptionclass
Implementation ofSliceBufferIndex
with voxels of type unsigned byte.class
Implementation ofSliceBufferIndex
with voxels of type float.class
Implementation ofSliceBufferIndex
with voxels of type unsigned int.class
Implementation ofSliceBufferIndex
with voxels of type unsigned short.Methods in org.anchoranalysis.image.voxel.buffer.slice that return SliceBufferIndexModifier and TypeMethodDescriptionstatic SliceBufferIndex
<UnsignedByteBuffer> FromByte.createInitialized
(Extent extent) Create a buffer of a particular size, that has been initialized.static SliceBufferIndex
<FloatBuffer> FromFloat.createInitialized
(Extent extent) Create a buffer of a particular size, that has been initialized.static SliceBufferIndex
<UnsignedIntBuffer> FromInt.createInitialized
(Extent extent) Create a buffer of a particular size, that has been initialized.static SliceBufferIndex
<UnsignedShortBuffer> FromShort.createInitialized
(Extent extent) Create a buffer of a particular size, that has been initialized.static SliceBufferIndex
<UnsignedByteBuffer> FromByte.createUninitialized
(Extent extent) Create a buffer of a particular size, that has not been initialized.static SliceBufferIndex
<FloatBuffer> FromFloat.createUninitialized
(Extent extent) Create a buffer of a particular size, that has not been initialized.static SliceBufferIndex
<UnsignedIntBuffer> FromInt.createUninitialized
(Extent extent) Create a buffer of a particular size, that has not been initialized.static SliceBufferIndex
<UnsignedShortBuffer> FromShort.createUninitialized
(Extent extent) Create a buffer of a particular size, that has not been initialized. -
Uses of SliceBufferIndex in org.anchoranalysis.image.voxel.factory
Methods in org.anchoranalysis.image.voxel.factory with parameters of type SliceBufferIndexModifier and TypeMethodDescriptionVoxelsFactoryTypeBound.create
(SliceBufferIndex<T> voxels) Create a newVoxels
that has been initialized with buffers fromSliceBufferIndex
.<T> VoxelsUntyped
VoxelsFactory.createFrom
(SliceBufferIndex<T> buffer, VoxelDataType dataType) Creates voxels from a particularSliceBufferIndex
with specified type. -
Uses of SliceBufferIndex in org.anchoranalysis.io.imagej.convert
Methods in org.anchoranalysis.io.imagej.convert with parameters of type SliceBufferIndexModifier and TypeMethodDescriptionstatic ij.process.ImageProcessor
ConvertToImageProcessor.fromByte
(SliceBufferIndex<UnsignedByteBuffer> pixelsForSlice, int z) static ij.process.ImageProcessor
ConvertToImageProcessor.fromShort
(SliceBufferIndex<UnsignedShortBuffer> pixelsForSlice, int z)