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 Channels.-
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 classAdds a constant value to each voxel in a channel.classMultiplies each voxel value in a channel by a constant value.classSubtracts each voxel value in a channel from a constant value.