Uses of Class
org.anchoranalysis.plugin.image.bean.channel.provider.convert.ConvertBase
Packages that use ConvertBase
Package
Description
Implementations of
ChannelProvider
that converts a
Channel
from one voxel-type to another.-
Uses of ConvertBase in org.anchoranalysis.plugin.image.bean.channel.provider.convert
Subclasses of ConvertBase in org.anchoranalysis.plugin.image.bean.channel.provider.convertModifier and TypeClassDescriptionclass
Convert<T>
Converts a channel by applying a converter (no histogram is involved in the conversion).class
Converts a channel to a different voxel data-type by applying a converter with an associated histogram.