Package org.anchoranalysis.image.voxel.convert
package org.anchoranalysis.image.voxel.convert
Converting
Voxels
to different data-types.-
ClassesClassDescriptionConverts voxel buffers to a
FloatBuffer
without scaling any values.Base class for conversion to unsigned 8-bit.Converts voxel buffers to an unsigned 8-bit buffer without scaling any values.Converts voxel buffers to an unsigned 8-bit buffer linearly scaling against the maximum constant value.Converts voxel buffers to an unsigned 8-bit buffer scaling against a the minimum and maximum constant.Converts voxel buffers to aUnsignedByteBuffer
scaling against the maximum value in each buffer.Base class for conversion to unsigned 32-bit.Converts voxel buffers to an unsigned 16-bit buffer without scaling any values.Converts voxel buffers to an unsigned 16-bit buffer, scaling against the maximum value in each data-type.Converts voxels from one data-type to another.Converts a channel from one voxel data-type to one of multiple other types.