Uses of Package
org.anchoranalysis.plugin.image.bean.object.provider
Packages that use org.anchoranalysis.plugin.image.bean.object.provider
Package
Description
Implementations of
ObjectCollectionProvider
.Implementations of
ObjectCollectionProvider
that
filter objects.Implementations of
ObjectCollectionProvider
involving merging objects together.Implementations of
ObjectCollectionProvider
involving morphological operations.Implementations of
ObjectCollectionProvider
involving segmentation.Implementations of
ObjectCollectionProvider
involving z-slice processing.Implementations of
ObjectCollectionProvider
involving splitting objects into smaller objects.Non-bean classes pertaining to
Provider
s.-
Classes in org.anchoranalysis.plugin.image.bean.object.provider used by org.anchoranalysis.plugin.image.bean.object.providerClassDescriptionBase class for
ObjectCollectionProviderUnary
classes that require dimensions to be specified. -
Classes in org.anchoranalysis.plugin.image.bean.object.provider used by org.anchoranalysis.plugin.image.bean.object.provider.filterClassDescriptionBase class for
ObjectCollectionProviderUnary
that take an optionalobjectsContainer
bean-field.Base class forObjectCollectionProviderUnary
classes that require dimensions to be specified.Base class forObjectCollectionProviderUnary
classes that offer an optional means to specify dimensions. -
Classes in org.anchoranalysis.plugin.image.bean.object.provider used by org.anchoranalysis.plugin.image.bean.object.provider.mergeClassDescriptionBase class for
ObjectCollectionProviderUnary
that take an optionalobjectsContainer
bean-field. -
Classes in org.anchoranalysis.plugin.image.bean.object.provider used by org.anchoranalysis.plugin.image.bean.object.provider.morphologicalClassDescriptionBase class for
ObjectCollectionProviderUnary
classes that offer an optional means to specify dimensions. -
Classes in org.anchoranalysis.plugin.image.bean.object.provider used by org.anchoranalysis.plugin.image.bean.object.provider.segmentClassDescriptionBase class for
ObjectCollectionProviderUnary
that also requires aChannel
.Base class forObjectCollectionProvider
s that create objects from aChannel
. -
Classes in org.anchoranalysis.plugin.image.bean.object.provider used by org.anchoranalysis.plugin.image.bean.object.provider.sliceClassDescriptionBase class for
ObjectCollectionProviderUnary
that take an optionalobjectsContainer
bean-field.Base class forObjectCollectionProviderUnary
classes that require dimensions to be specified. -
Classes in org.anchoranalysis.plugin.image.bean.object.provider used by org.anchoranalysis.plugin.image.bean.object.provider.splitClassDescriptionBase class for
ObjectCollectionProviderUnary
classes that require dimensions to be specified. -
Classes in org.anchoranalysis.plugin.image.bean.object.provider used by org.anchoranalysis.plugin.image.providerClassDescriptionAn
ObjectCollectionProvider
that references an existingObjectCollection
by its identifier.