Uses of Class
org.anchoranalysis.image.voxel.convert.VoxelsConverter
Packages that use VoxelsConverter
-
Uses of VoxelsConverter in org.anchoranalysis.image.voxel.convert
Subclasses of VoxelsConverter in org.anchoranalysis.image.voxel.convertModifier and TypeClassDescriptionfinal classConverts voxel buffers to aFloatBufferwithout scaling any values.classBase class for conversion to unsigned 8-bit.final classConverts voxel buffers to an unsigned 8-bit buffer without scaling any values.final classConverts voxel buffers to an unsigned 8-bit buffer linearly scaling against the maximum constant value.final classConverts voxel buffers to an unsigned 8-bit buffer scaling against a the minimum and maximum constant.final classConverts voxel buffers to aUnsignedByteBufferscaling against the maximum value in each buffer.classBase class for conversion to unsigned 32-bit.final classConverts voxel buffers to an unsigned 16-bit buffer without scaling any values.final classConverts voxel buffers to an unsigned 16-bit buffer, scaling against the maximum value in each data-type.