Uses of Class
org.anchoranalysis.plugin.image.bean.object.provider.WithOptionalDimensionsBase
Packages that use WithOptionalDimensionsBase
Package
Description
Implementations of
ObjectCollectionProvider
that
filter objects.Implementations of
ObjectCollectionProvider
involving morphological operations.-
Uses of WithOptionalDimensionsBase in org.anchoranalysis.plugin.image.bean.object.provider.filter
Subclasses of WithOptionalDimensionsBase in org.anchoranalysis.plugin.image.bean.object.provider.filterModifier and TypeClassDescriptionclass
Filters anObjectCollection
using the specifiedObjectFilter
.class
Filters anObjectCollection
by grouping objects and then applying a filter to each group.class
Base class for object collection providers that apply a filter to the objects. -
Uses of WithOptionalDimensionsBase in org.anchoranalysis.plugin.image.bean.object.provider.morphological
Subclasses of WithOptionalDimensionsBase in org.anchoranalysis.plugin.image.bean.object.provider.morphologicalModifier and TypeClassDescriptionclass
Dilates each object in the collection, growing bounding-boxes as necessary in relevant dimensions.class
Erodes each object in the collection, growing bounding-boxes as necessary in relevant dimensions.class
Base class for providers that apply morphological operations to anObjectCollection
.