Class ToUnsignedByte
Converts a
Channel
to have a voxel data type of UnsignedByteBuffer
(unsigned
8-bit) without scaling.
This implies undefined behaviour for values in the source data-type that lie outside the range
of UnsignedByteBuffer
.
- Author:
- Owen Feehan
-
Constructor Summary
ConstructorsConstructorDescriptionConverting without scaling any values.ToUnsignedByte
(VoxelsConverter<UnsignedByteBuffer> voxelsConverter) Convert with a particularVoxelsConverter
. -
Method Summary
Methods inherited from class org.anchoranalysis.image.core.channel.convert.ChannelConverter
convert, convert, getVoxelsConverter
-
Constructor Details
-
ToUnsignedByte
public ToUnsignedByte()Converting without scaling any values. -
ToUnsignedByte
Convert with a particularVoxelsConverter
.- Parameters:
voxelsConverter
- the converter.
-