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 Channel
s.-
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 class
Adds a constant value to each voxel in a channel.class
Base-class for operations that perform a binary arithmetic operation with each voxel-value and a constant.class
Base class for arithmetic operations that conditionally overwrite voxel values with a constant.class
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.class
Multiplies each voxel value in a channel by a constant value.class
Subtracts each voxel value in a channel from a constant value.