Uses of Class
org.anchoranalysis.image.bean.channel.ConvertChannelTo
Packages that use ConvertChannelTo
Package
Description
Implementations of
ConvertChannelTo and ConvertChannelToWithHistogram.Implementations of
ChannelProvider that converts a
Channel from one voxel-type to another.Tasks for converting image-formats.
-
Uses of ConvertChannelTo in org.anchoranalysis.plugin.image.bean.channel.convert
Subclasses of ConvertChannelTo in org.anchoranalysis.plugin.image.bean.channel.convertModifier and TypeClassDescriptionclassScales by compressing a certain range of values into the 8-bit signal.classScales by compressing a certain range of values into the 8-bit signalclassConverts a channel to unsigned byte format, scaling the values based on the original voxel type.classConverts a channel to unsigned byte format without any scaling. -
Uses of ConvertChannelTo in org.anchoranalysis.plugin.image.bean.channel.provider.convert
Methods in org.anchoranalysis.plugin.image.bean.channel.provider.convert that return ConvertChannelToMethods in org.anchoranalysis.plugin.image.bean.channel.provider.convert with parameters of type ConvertChannelToModifier and TypeMethodDescriptionvoidConvert.setChannelConverter(ConvertChannelTo<T> channelConverter) -
Uses of ConvertChannelTo in org.anchoranalysis.plugin.image.task.bean.format
Methods in org.anchoranalysis.plugin.image.task.bean.format that return ConvertChannelToModifier and TypeMethodDescriptionConvertImageFormat.getChannelConverter()Optionally, how to convert from one bit-depth to another (scaling, clamping etc.)Methods in org.anchoranalysis.plugin.image.task.bean.format with parameters of type ConvertChannelToModifier and TypeMethodDescriptionvoidConvertImageFormat.setChannelConverter(ConvertChannelTo<?> channelConverter) Optionally, how to convert from one bit-depth to another (scaling, clamping etc.)