Uses of Package
org.anchoranalysis.image.voxel.datatype
| Package | Description |
|---|---|
| org.anchoranalysis.image.voxel |
Data-structures to store and manipulate image raster-data or voxels.
|
| org.anchoranalysis.image.voxel.binary |
The
BinaryVoxels class and related operations. |
| org.anchoranalysis.image.voxel.buffer |
A buffer of voxel-values, usually corresponding to a single z-slice in
Voxels. |
| org.anchoranalysis.image.voxel.datatype |
The different data-types that can be used to represent voxels.
|
| org.anchoranalysis.image.voxel.factory |
Creates new instances of
Voxels and VoxelsUntyped with specific data-types. |
| org.anchoranalysis.image.voxel.projection |
Classes for calculating differnet kind of projections of voxel values across multiple buffers.
|
| org.anchoranalysis.image.voxel.projection.extrema |
Classes for performing both a Maximum Intensity
Projection and a minimum projection.
|
-
Classes in org.anchoranalysis.image.voxel.datatype used by org.anchoranalysis.image.voxel Class Description VoxelDataType The type of data that a single voxel represents in an image or related buffer. -
Classes in org.anchoranalysis.image.voxel.datatype used by org.anchoranalysis.image.voxel.binary Class Description VoxelDataType The type of data that a single voxel represents in an image or related buffer. -
Classes in org.anchoranalysis.image.voxel.datatype used by org.anchoranalysis.image.voxel.buffer Class Description VoxelDataType The type of data that a single voxel represents in an image or related buffer. -
Classes in org.anchoranalysis.image.voxel.datatype used by org.anchoranalysis.image.voxel.datatype Class Description FloatVoxelType A 32-bit voxel data-type representing floating-point numbers, as per the Java primitive float type.SignedShortVoxelType A 16-bit voxel data-type representing signed-short numbers.SignedVoxelType Base class for voxel-data-types that are signed and integral.UnsignedByteVoxelType A 8-bit voxel data-type representing unsigned-byte numbers.UnsignedIntVoxelType A 32-bit voxel data-type representing unsigned-int numbers.UnsignedShortVoxelType A 16-bit voxel data-type representing unsigned-short numbers.UnsignedVoxelType Base class for voxel-data-types that are unsigned and integral.VoxelDataType The type of data that a single voxel represents in an image or related buffer. -
Classes in org.anchoranalysis.image.voxel.datatype used by org.anchoranalysis.image.voxel.factory Class Description VoxelDataType The type of data that a single voxel represents in an image or related buffer.VoxelDataTypeFactoryMultiplexer Multiplexes between factories for the variousVoxelDataTypes. -
Classes in org.anchoranalysis.image.voxel.datatype used by org.anchoranalysis.image.voxel.projection Class Description VoxelDataType The type of data that a single voxel represents in an image or related buffer. -
Classes in org.anchoranalysis.image.voxel.datatype used by org.anchoranalysis.image.voxel.projection.extrema Class Description VoxelDataType The type of data that a single voxel represents in an image or related buffer.