Uses of Class
org.anchoranalysis.plugin.image.bean.channel.provider.UnaryWithValueBase
Packages that use UnaryWithValueBase
Package
Description
Implementations of
ChannelProvider that perform
arithmetic on voxels in one or more Channels.-
Uses of UnaryWithValueBase in org.anchoranalysis.plugin.image.bean.channel.provider.arithmetic
Subclasses of UnaryWithValueBase in org.anchoranalysis.plugin.image.bean.channel.provider.arithmeticModifier and TypeClassDescriptionfinal classAdds a constant value to each voxel in a channel.classBase-class for operations that perform a binary arithmetic operation with each voxel-value and a constant.classBase class for arithmetic operations that conditionally overwrite voxel values with a constant.classReplaces voxel values with a constant value if the constant is greater than the original voxel value.classReplaces voxel values with a constant value if the constant is less than the original voxel value.classMultiplies each voxel value in a channel by a constant value.classSubtracts each voxel value in a channel from a constant value.