Uses of Package
org.anchoranalysis.plugin.image.bean.channel.provider
Packages that use org.anchoranalysis.plugin.image.bean.channel.provider
Package
Description
Euclidean Distance Transform
implementations via FIJI.
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 Channel
s.Implementations of
ChannelProvider
that manipulate
the intensity-values of the voxels of a Channel
's
voxels.Implementations of
ChannelProvider
that assign a
score to particular subregions of a channel.Implementations of
ChannelProvider
that process 3D
channels slice-by-slice.Non-bean classes pertaining to
Provider
s.Selecting a subset of a set of channels.
-
Classes in org.anchoranalysis.plugin.image.bean.channel.provider used by org.anchoranalysis.plugin.fiji.bean.channel.provider.distanceClassDescriptionAn abstract base class for creating a channel from specified dimensions.
-
Classes in org.anchoranalysis.plugin.image.bean.channel.provider used by org.anchoranalysis.plugin.image.bean.channel.providerClassDescriptionAn abstract base class for creating a channel from specified dimensions.
-
Classes in org.anchoranalysis.plugin.image.bean.channel.provider used by org.anchoranalysis.plugin.image.bean.channel.provider.arithmeticClassDescriptionTakes the two channels and creates a NEW third channel whose pixels are a function of the two channelsA
ChannelProviderUnary
which has a scalar value field. -
Classes in org.anchoranalysis.plugin.image.bean.channel.provider used by org.anchoranalysis.plugin.image.bean.channel.provider.intensityClassDescriptionAn abstract base class for creating a channel from an existing channel and a collection of objects.
-
Classes in org.anchoranalysis.plugin.image.bean.channel.provider used by org.anchoranalysis.plugin.image.bean.channel.provider.scoreClassDescriptionAn abstract base class for creating a channel from an existing channel and a collection of objects.
-
Classes in org.anchoranalysis.plugin.image.bean.channel.provider used by org.anchoranalysis.plugin.image.bean.channel.provider.sliceClassDescriptionAn abstract base class for creating a channel from specified dimensions.
-
-