Uses of Class
org.anchoranalysis.plugin.image.bean.object.provider.WithDimensionsBase
Packages that use WithDimensionsBase
Package
Description
Implementations of
ObjectCollectionProvider
.Implementations of
ObjectCollectionProvider
that
filter objects.Implementations of
ObjectCollectionProvider
involving z-slice processing.Implementations of
ObjectCollectionProvider
involving splitting objects into smaller objects.-
Uses of WithDimensionsBase in org.anchoranalysis.plugin.image.bean.object.provider
Subclasses of WithDimensionsBase in org.anchoranalysis.plugin.image.bean.object.providerModifier and TypeClassDescriptionclass
Scales all the objects in the collection by a particular scale-factor. -
Uses of WithDimensionsBase in org.anchoranalysis.plugin.image.bean.object.provider.filter
Modifier and TypeClassDescriptionclass
Considers all possible pairs of objects in a provider, and removes those that touch the border. -
Uses of WithDimensionsBase in org.anchoranalysis.plugin.image.bean.object.provider.slice
Modifier and TypeClassDescriptionclass
Creates a 3D version of an object by replicating each input-object across the z-dimension to meet (3D) dimensions. -
Uses of WithDimensionsBase in org.anchoranalysis.plugin.image.bean.object.provider.split
Modifier and TypeClassDescriptionclass
Considers all possible pairs of objects in a provider, and removes any intersecting pixelsclass
Splits objects in a collection based on intersections with another set of objects.