Class ToUnsignedShort
Converts a
Channel to have a voxel data type of UnsignedShortBuffer.- Author:
- Owen Feehan
-
Constructor Summary
ConstructorsConstructorDescriptionConverting without scaling any values.ToUnsignedShort(VoxelsConverter<UnsignedShortBuffer> voxelsConverter) Convert with a particularVoxelsConverter. -
Method Summary
Methods inherited from class org.anchoranalysis.image.core.channel.convert.ChannelConverter
convert, convert, getVoxelsConverter
-
Constructor Details
-
ToUnsignedShort
public ToUnsignedShort()Converting without scaling any values. -
ToUnsignedShort
Convert with a particularVoxelsConverter.- Parameters:
voxelsConverter- the converter.
-