Uses of Class
org.anchoranalysis.io.bioformats.copyconvert.tobyte.ToUnsignedByte
Packages that use ToUnsignedByte
-
Uses of ToUnsignedByte in org.anchoranalysis.io.bioformats.copyconvert.tobyte
Subclasses of ToUnsignedByte in org.anchoranalysis.io.bioformats.copyconvert.tobyteModifier and TypeClassDescriptionclass
LikeToUnsignedByte
but applies scaling, if necessary, to map the original value to 8-bits.class
Converts aByteBuffer
encoding a float type to unsigned byte type, as expected in an AnchorVoxelBuffer
.class
LikeToUnsignedByte
and provides common functionality when converting to an unsigned byte.class
Converts aByteBuffer
encoding unsigned bytes (with interleaving) to unsigned byte type, as expected in an AnchorVoxelBuffer
.class
Converts aByteBuffer
encoding unsigned bytes (no interleaving) to unsigned byte type, as expected in an AnchorVoxelBuffer
.class
Converts data of type unsigned byte to unsigned byte.class
Converts data of type unsigned int to unsigned byte.class
Converts data of type unsigned short to unsigned byte.