Uses of Class
org.anchoranalysis.image.core.channel.convert.ChannelConverter
Packages that use ChannelConverter
Package
Description
Base classes for performing operations on
Channel
s.Converts a channel to other data-types.
Implementations of
ConvertChannelTo
and ConvertChannelToWithHistogram
.-
Uses of ChannelConverter in org.anchoranalysis.image.bean.channel
Methods in org.anchoranalysis.image.bean.channel that return ChannelConverterModifier and TypeMethodDescriptionabstract ChannelConverter
<T> ConvertChannelTo.createConverter()
Creates the converter. -
Uses of ChannelConverter in org.anchoranalysis.image.core.channel.convert
Subclasses of ChannelConverter in org.anchoranalysis.image.core.channel.convertModifier and TypeClassDescriptionclass
Converts aChannel
to have a voxel data type ofFloatBuffer
without scaling.class
Converts aChannel
to have a voxel data type ofUnsignedByteBuffer
(unsigned 8-bit) without scaling.class
Converts aChannel
to have a voxel data type ofUnsignedByteBuffer
(unsigned 8-bit) scaling from the range of the source data-type.class
Converts aChannel
to have a voxel data type ofUnsignedShortBuffer
. -
Uses of ChannelConverter in org.anchoranalysis.plugin.image.bean.channel.convert
Methods in org.anchoranalysis.plugin.image.bean.channel.convert that return ChannelConverterModifier and TypeMethodDescriptionScaleByDictionary.createConverter()
ScaleByMinMaxValue.createConverter()
ScaleByTypeToByte.createConverter()
ToByte.createConverter()