Uses of Class
org.anchoranalysis.plugin.image.bean.channel.provider.arithmetic.ArithmeticWithConstantConditionallyWriteBase
Packages that use ArithmeticWithConstantConditionallyWriteBase
Package
Description
Implementations of
ChannelProvider
that perform
arithmetic on voxels in one or more Channel
s.-
Uses of ArithmeticWithConstantConditionallyWriteBase in org.anchoranalysis.plugin.image.bean.channel.provider.arithmetic
Subclasses of ArithmeticWithConstantConditionallyWriteBase in org.anchoranalysis.plugin.image.bean.channel.provider.arithmeticModifier and TypeClassDescriptionclass
Replaces voxel values with a constant value if the constant is greater than the original voxel value.class
Replaces voxel values with a constant value if the constant is less than the original voxel value.