Uses of Package
org.anchoranalysis.image.voxel.datatype
Packages that use org.anchoranalysis.image.voxel.datatype
Package
Description
Data-structures to store and manipulate image raster-data or voxels.
The
BinaryVoxels class and related operations.A buffer of voxel-values, usually corresponding to a single z-slice in
Voxels.The different data-types that can be used to represent voxels.
Creates new instances of
Voxels and VoxelsUntyped with specific data-types.Classes for calculating differnet kind of projections of voxel values across multiple buffers.
-
Classes in org.anchoranalysis.image.voxel.datatype used by org.anchoranalysis.image.voxelClassDescriptionThe 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.binaryClassDescriptionThe 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.bufferClassDescriptionThe 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.datatypeClassDescriptionA 32-bit voxel data-type representing floating-point numbers, as per the Java primitive float type.A 16-bit voxel data-type representing signed-short numbers.Base class for voxel-data-types that are signed and integral.A 8-bit voxel data-type representing unsigned-byte numbers.A 32-bit voxel data-type representing unsigned-int numbers.A 16-bit voxel data-type representing unsigned-short numbers.Base class for voxel-data-types that are unsigned and integral.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.factoryClassDescriptionThe type of data that a single voxel represents in an image or related buffer.Multiplexes between factories for the various
VoxelDataTypes. -
Classes in org.anchoranalysis.image.voxel.datatype used by org.anchoranalysis.image.voxel.projectionClassDescriptionThe type of data that a single voxel represents in an image or related buffer.