Uses of Class
org.anchoranalysis.image.voxel.convert.ToUnsignedByte
| Package | Description |
|---|---|
| org.anchoranalysis.image.voxel.convert |
Converting
Voxels to different data-types. |
-
Uses of ToUnsignedByte in org.anchoranalysis.image.voxel.convert
Subclasses of ToUnsignedByte in org.anchoranalysis.image.voxel.convert Modifier and Type Class Description 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.