Package org.anchoranalysis.image.voxel.convert
Converting
Voxels to different data-types.-
Class Summary Class Description ToFloatNoScaling Converts voxel buffers to aFloatBufferwithout scaling any values.ToUnsignedByte Base class for conversion to unsigned 8-bit.ToUnsignedByteNoScaling Converts voxel buffers to an unsigned 8-bit buffer without scaling any values.ToUnsignedByteScaleByMaxValue Converts voxel buffers to an unsigned 8-bit buffer linearly scaling against the maximum constant value.ToUnsignedByteScaleByMinMaxValue Converts voxel buffers to an unsigned 8-bit buffer scaling against a the minimum and maximum constant.ToUnsignedByteScaleByType Converts voxel buffers to aUnsignedByteBufferscaling against the maximum value in each buffer.ToUnsignedInt Base class for conversion to unsigned 32-bit.ToUnsignedShortNoScaling Converts voxel buffers to an unsigned 16-bit buffer without scaling any values.ToUnsignedShortScaleByType Converts voxel buffers to an unsigned 16-bit buffer, scaling against the maximum value in each data-type.VoxelsConverter<T> Converts voxels from one data-type to another.VoxelsConverterMulti Converts a channel from one voxel data-type to one of multiple other types.