Uses of Class
org.anchoranalysis.image.core.channel.convert.ChannelConverter
Packages that use ChannelConverter
Package
Description
Base classes for performing operations on
Channels.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 TypeClassDescriptionclassConverts aChannelto have a voxel data type ofFloatBufferwithout scaling.classConverts aChannelto have a voxel data type ofUnsignedByteBuffer(unsigned 8-bit) without scaling.classConverts aChannelto have a voxel data type ofUnsignedByteBuffer(unsigned 8-bit) scaling from the range of the source data-type.classConverts aChannelto 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()