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 Channels.Implementations of
ChannelProvider that sets the
values of the voxels in a Channel.Implementations of
ChannelProvider that involve
conversion from or application of Masks.-
Uses of UnaryWithMaskBase in org.anchoranalysis.plugin.image.bean.channel.provider.arithmetic
Modifier and TypeClassDescriptionclassSubtracts 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 TypeClassDescriptionclassCopies the pixels fromchannelAssignFromtochannel(possibly masking).classAssigns 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 TypeClassDescriptionclassSet pixels NOT IN the mask to 0, but keep pixels IN the mask identical.