Uses of Class
org.anchoranalysis.image.voxel.convert.VoxelsConverter
| Package | Description |
|---|---|
| org.anchoranalysis.image.voxel.convert |
Converting
Voxels to different data-types. |
-
Uses of VoxelsConverter in org.anchoranalysis.image.voxel.convert
Subclasses of VoxelsConverter in org.anchoranalysis.image.voxel.convert Modifier and Type Class Description classToFloatNoScalingConverts voxel buffers to aFloatBufferwithout scaling any values.classToUnsignedByteBase class for conversion to unsigned 8-bit.classToUnsignedByteNoScalingConverts voxel buffers to an unsigned 8-bit buffer without scaling any values.classToUnsignedByteScaleByMaxValueConverts voxel buffers to an unsigned 8-bit buffer linearly scaling against the maximum constant value.classToUnsignedByteScaleByMinMaxValueConverts voxel buffers to an unsigned 8-bit buffer scaling against a the minimum and maximum constant.classToUnsignedByteScaleByTypeConverts voxel buffers to aUnsignedByteBufferscaling against the maximum value in each buffer.classToUnsignedIntBase class for conversion to unsigned 32-bit.classToUnsignedShortNoScalingConverts voxel buffers to an unsigned 16-bit buffer without scaling any values.classToUnsignedShortScaleByTypeConverts voxel buffers to an unsigned 16-bit buffer, scaling against the maximum value in each data-type.