Package org.anchoranalysis.image.core.channel.convert
package org.anchoranalysis.image.core.channel.convert
Converts a channel to other data-types.
-
ClassDescriptionBase class to convert
Channels from one type to another specific type.Converts a channel from one voxel data-type to one of multiple other types.The different ways of converting the voxel-data-type in aChannel.Converts aChannelto have a voxel data type ofFloatBufferwithout scaling.Converts aChannelto have a voxel data type ofUnsignedByteBuffer(unsigned 8-bit) without scaling.Converts aChannelto have a voxel data type ofUnsignedByteBuffer(unsigned 8-bit) scaling from the range of the source data-type.Converts aChannelto have a voxel data type ofUnsignedShortBuffer.