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 TypeClassDescriptionclassScales 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 TypeClassDescriptionclassConsiders 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 TypeClassDescriptionclassCreates 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 TypeClassDescriptionclassConsiders all possible pairs of objects in a provider, and removes any intersecting pixelsclassSplits objects in a collection based on intersections with another set of objects.