Uses of Class
org.anchoranalysis.image.bean.provider.ChannelProviderBinary
Packages that use ChannelProviderBinary
Package
Description
Implementations of
ChannelProvider that are
generic base-classes or otherwise abstract or general.Implementations of
ChannelProvider that perform
arithmetic on voxels in one or more Channels.-
Uses of ChannelProviderBinary in org.anchoranalysis.plugin.image.bean.channel.provider
Modifier and TypeClassDescriptionclassTakes the two channels and creates a NEW third channel whose pixels are a function of the two channels -
Uses of ChannelProviderBinary in org.anchoranalysis.plugin.image.bean.channel.provider.arithmetic
Subclasses of ChannelProviderBinary in org.anchoranalysis.plugin.image.bean.channel.provider.arithmeticModifier and TypeClassDescriptionclassCreates a new channel by taking the maximum value of corresponding voxels from two input channels.classCreates a new channel by taking the minimum value of corresponding voxels from two input channels.classCreates a new channel by multiplying corresponding voxels from two input channels.classCreates a new channel by subtracting corresponding voxels of the second channel from the first channel.