Class ToUnsignedShortScaleByType

Object
org.anchoranalysis.image.voxel.convert.VoxelsConverter<UnsignedShortBuffer>
org.anchoranalysis.image.voxel.convert.ToUnsignedShortScaleByType

public final class ToUnsignedShortScaleByType
extends VoxelsConverter<UnsignedShortBuffer>
Converts voxel buffers to an unsigned 16-bit buffer, scaling against the maximum value in each data-type.

There is no clamping of values, but some values might become very small.

Author:
Owen Feehan