Uses of Class
org.anchoranalysis.plugin.image.bean.channel.provider.arithmetic.ArithmeticWithConstantBase
Packages that use ArithmeticWithConstantBase
Package
Description
Implementations of
ChannelProvider
that perform
arithmetic on voxels in one or more Channel
s.-
Uses of ArithmeticWithConstantBase in org.anchoranalysis.plugin.image.bean.channel.provider.arithmetic
Subclasses of ArithmeticWithConstantBase in org.anchoranalysis.plugin.image.bean.channel.provider.arithmeticModifier and TypeClassDescriptionfinal class
Adds a constant value to each voxel in a channel.class
Multiplies each voxel value in a channel by a constant value.class
Subtracts each voxel value in a channel from a constant value.