Uses of Class
org.anchoranalysis.plugin.image.bean.channel.provider.mask.UnaryWithMaskBase
Packages that use UnaryWithMaskBase
Package
Description
Implementations of
ChannelProvider
that perform
arithmetic on voxels in one or more Channel
s.Implementations of
ChannelProvider
that sets the
values of the voxels in a Channel
.Implementations of
ChannelProvider
that involve
conversion from or application of Mask
s.-
Uses of UnaryWithMaskBase in org.anchoranalysis.plugin.image.bean.channel.provider.arithmetic
Modifier and TypeClassDescriptionclass
Subtracts the mean intensity (of the entire channel or a masked portion thereof) from every voxel. -
Uses of UnaryWithMaskBase in org.anchoranalysis.plugin.image.bean.channel.provider.assign
Modifier and TypeClassDescriptionclass
Copies the pixels fromchannelAssignFrom
tochannel
(possibly masking).class
Assigns a constant (scalar) value to the portion of the image covered by a mask -
Uses of UnaryWithMaskBase in org.anchoranalysis.plugin.image.bean.channel.provider.mask
Modifier and TypeClassDescriptionclass
Set pixels NOT IN the mask to 0, but keep pixels IN the mask identical.