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
Channel
s 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 aChannel
to have a voxel data type ofFloatBuffer
without scaling.Converts aChannel
to have a voxel data type ofUnsignedByteBuffer
(unsigned 8-bit) without scaling.Converts aChannel
to have a voxel data type ofUnsignedByteBuffer
(unsigned 8-bit) scaling from the range of the source data-type.Converts aChannel
to have a voxel data type ofUnsignedShortBuffer
.