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 TypeClassDescriptionclass
Scales by compressing a certain range of values into the 8-bit signal.class
Scales by compressing a certain range of values into the 8-bit signalclass
Converts a channel to unsigned byte format, scaling the values based on the original voxel type.class
Converts 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 TypeMethodDescriptionvoid
Convert.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 TypeMethodDescriptionvoid
ConvertImageFormat.setChannelConverter
(ConvertChannelTo<?> channelConverter) Optionally, how to convert from one bit-depth to another (scaling, clamping etc.)