Package org.anchoranalysis.plugin.image.bean.object.provider
package org.anchoranalysis.plugin.image.bean.object.provider
Implementations of
ObjectCollectionProvider
.-
ClassesClassDescriptionExtract a single
ObjectMask
into a new collection.AnObjectCollectionProvider
that concatenates multipleObjectCollection
s from a list of providers.Duplicates (deep copy) an object-collection.Creates an empty object-collection.Multiplexes between two object-collection-providers depending on whether a parameter value equals a particular stringPermutes some changes over anObjectCollectionProvider
and collects all the results in anObjectCollection
AnObjectCollectionProvider
that references an existingObjectCollection
by its identifier.Returns a object-collection by name if it exists, or else callsobjectsElse
if it doesn't exist.Scales all the objects in the collection by a particular scale-factor.Base class forObjectCollectionProviderUnary
that also requires aChannel
.Base class forObjectCollectionProvider
s that create objects from aChannel
.Base class forObjectCollectionProviderUnary
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.