Uses of Class
org.anchoranalysis.plugin.image.bean.channel.provider.TwoVoxelMappingBase
Packages that use TwoVoxelMappingBase
Package
Description
Implementations of
ChannelProvider
that perform
arithmetic on voxels in one or more Channel
s.-
Uses of TwoVoxelMappingBase in org.anchoranalysis.plugin.image.bean.channel.provider.arithmetic
Subclasses of TwoVoxelMappingBase in org.anchoranalysis.plugin.image.bean.channel.provider.arithmeticModifier and TypeClassDescriptionclass
Creates a new channel by taking the maximum value of corresponding voxels from two input channels.class
Creates a new channel by taking the minimum value of corresponding voxels from two input channels.class
Creates a new channel by multiplying corresponding voxels from two input channels.class
Creates a new channel by subtracting corresponding voxels of the second channel from the first channel.