Uses of Enum Class
org.anchoranalysis.image.core.channel.convert.ConversionPolicy
Packages that use ConversionPolicy
Package
Description
Converts a channel to other data-types.
Converts a channel to another data-type based upon another object to which it is attached.
Converts a channel to another data-type based upon a
Channel to which it is attached.Converts a channel to another data-type based upon a
Histogram to which it is attached.Implementations of
ChannelProvider that converts a
Channel from one voxel-type to another.-
Uses of ConversionPolicy in org.anchoranalysis.image.core.channel.convert
Methods in org.anchoranalysis.image.core.channel.convert that return ConversionPolicyModifier and TypeMethodDescriptionstatic ConversionPolicyReturns the enum constant of this class with the specified name.static ConversionPolicy[]ConversionPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.anchoranalysis.image.core.channel.convert with parameters of type ConversionPolicyModifier and TypeMethodDescriptionChannelConverter.convert(Channel channel, ConversionPolicy changeExisting) Convertschannelto have voxels with data-typeT.ChannelConverter.convert(Stack stack, ConversionPolicy changeExisting) LikeChannelConverter.convert(Channel, ConversionPolicy)but converts every channel in aStack. -
Uses of ConversionPolicy in org.anchoranalysis.image.core.channel.convert.attached
Methods in org.anchoranalysis.image.core.channel.convert.attached with parameters of type ConversionPolicyModifier and TypeMethodDescriptionChannelConverterAttached.convert(Channel channel, ConversionPolicy changeExisting) Converts the voxel-type in aChannel. -
Uses of ConversionPolicy in org.anchoranalysis.image.core.channel.convert.attached.channel
Methods in org.anchoranalysis.image.core.channel.convert.attached.channel with parameters of type ConversionPolicyModifier and TypeMethodDescriptionIntensityRange.convert(Channel channel, ConversionPolicy changeExisting) MaxIntensity.convert(Channel channel, ConversionPolicy changeExisting) -
Uses of ConversionPolicy in org.anchoranalysis.image.core.channel.convert.attached.histogram
Methods in org.anchoranalysis.image.core.channel.convert.attached.histogram with parameters of type ConversionPolicyModifier and TypeMethodDescriptionMaxIntensityFromHistogram.convert(Channel channel, ConversionPolicy changeExisting) QuantileIntensityFromHistogram.convert(Channel channel, ConversionPolicy changeExisting) UpperLowerQuantileIntensityFromHistogram.convert(Channel channel, ConversionPolicy changeExisting) -
Uses of ConversionPolicy in org.anchoranalysis.plugin.image.bean.channel.provider.convert
Methods in org.anchoranalysis.plugin.image.bean.channel.provider.convert that return ConversionPolicyModifier and TypeMethodDescriptionprotected ConversionPolicyConvertBase.createPolicy()Creates aConversionPolicybased on thechangeExistingproperty.