Uses of Class
org.anchoranalysis.image.bean.provider.ObjectCollectionProviderUnary
Packages that use ObjectCollectionProviderUnary
Package
Description
Implementations of
ObjectCollectionProvider
.Implementations of
ObjectCollectionProvider
involving connected-components.Implementations of
ObjectCollectionProvider
involving feature calculation.Implementations of
ObjectCollectionProvider
that
filter objects.Implementations of
ObjectCollectionProvider
involving a Mask
.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.Implementations of
ObjectCollectionProvider
that
call ImageJ.Beans that fit or otherwise manipulate sets of points.
-
Uses of ObjectCollectionProviderUnary in org.anchoranalysis.plugin.image.bean.object.provider
Modifier and TypeClassDescriptionclass
Extract a singleObjectMask
into a new collection.class
Duplicates (deep copy) an object-collection.class
Scales all the objects in the collection by a particular scale-factor.class
Base class forObjectCollectionProviderUnary
that also requires aChannel
.class
Base class forObjectCollectionProviderUnary
that take an optionalobjectsContainer
bean-field.class
Base class forObjectCollectionProviderUnary
classes that require dimensions to be specified.class
Base class forObjectCollectionProviderUnary
classes that offer an optional means to specify dimensions. -
Uses of ObjectCollectionProviderUnary in org.anchoranalysis.plugin.image.bean.object.provider.connected
Subclasses of ObjectCollectionProviderUnary in org.anchoranalysis.plugin.image.bean.object.provider.connectedModifier and TypeClassDescriptionclass
Ensures each object in a collection is a connected-component, decomposing it if necessary into multiple objects.class
Rejects a set of objects, if any object is not fully connected (pixels form two or more separate connected components) -
Uses of ObjectCollectionProviderUnary in org.anchoranalysis.plugin.image.bean.object.provider.feature
Subclasses of ObjectCollectionProviderUnary in org.anchoranalysis.plugin.image.bean.object.provider.featureModifier and TypeClassDescriptionclass
An abstract base class for object collection providers that use a feature evaluator.class
Finds the object with the maximum feature-value from a collection.class
Finds the object with the maximum feature among a group of matches for each object.class
Creates a new object-collection with objects sorted by a derived feature-value (in ascending order) -
Uses of ObjectCollectionProviderUnary in org.anchoranalysis.plugin.image.bean.object.provider.filter
Subclasses of ObjectCollectionProviderUnary 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
Returns only the objects that intersect with at least one object in the containerclass
Provides anObjectCollection
by matching objects using a specifiedObjectMatcher
.class
Filters objects to keep only those which are NOT in the container.class
Base class for object collection providers that apply a filter to the objects.class
Considers all possible pairs of objects in a provider, and removes those that touch the border. -
Uses of ObjectCollectionProviderUnary in org.anchoranalysis.plugin.image.bean.object.provider.mask
Subclasses of ObjectCollectionProviderUnary in org.anchoranalysis.plugin.image.bean.object.provider.maskModifier and TypeClassDescriptionclass
Reduce the size of individual objects (if neccessary, and minimally) to fit within a binary-mask. -
Uses of ObjectCollectionProviderUnary in org.anchoranalysis.plugin.image.bean.object.provider.merge
Subclasses of ObjectCollectionProviderUnary in org.anchoranalysis.plugin.image.bean.object.provider.mergeModifier and TypeClassDescriptionclass
A base class for algorithms that merge object-masks.class
Naive greedy merge strategy when any two neighboring objects are merged if it increases a feature.class
Merges objects if a pair feature value satisfies a condition.class
Merges neighboring objects if it results in an increase in the average feature-value calculated on each single object.class
Base class for object-merging strategies that involve calculating a feature.class
ExpandsMergeBase
by optionally imposing a maximum-distance requirement between objects that are possibly merged. -
Uses of ObjectCollectionProviderUnary in org.anchoranalysis.plugin.image.bean.object.provider.morphological
Subclasses of ObjectCollectionProviderUnary 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
. -
Uses of ObjectCollectionProviderUnary in org.anchoranalysis.plugin.image.bean.object.provider.segment
Subclasses of ObjectCollectionProviderUnary in org.anchoranalysis.plugin.image.bean.object.provider.segmentModifier and TypeClassDescriptionclass
Performs a binary-segmentation using the upstream objects as masks.class
Performs segmentation of a channel using each object in the upstream collection as a mask. -
Uses of ObjectCollectionProviderUnary in org.anchoranalysis.plugin.image.bean.object.provider.slice
Subclasses of ObjectCollectionProviderUnary in org.anchoranalysis.plugin.image.bean.object.provider.sliceModifier and TypeClassDescriptionclass
Creates a 3D version of an object by replicating each input-object across the z-dimension to meet (3D) dimensions.class
Extends an object (2D/3D) as much as it can within the z-slices of a containing objectclass
Flattens all object-masks in the z-dimension, so it is 2D instead of 3D (like a maximum intensity projection).class
Extracts a specific slice from a collection of 3D objects. -
Uses of ObjectCollectionProviderUnary in org.anchoranalysis.plugin.image.bean.object.provider.split
Subclasses of ObjectCollectionProviderUnary in org.anchoranalysis.plugin.image.bean.object.provider.splitModifier 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.class
Splits objects into sub-objects by cutting by an orthogonal square lattice (like a chessboard). -
Uses of ObjectCollectionProviderUnary in org.anchoranalysis.plugin.imagej.bean.object.provider
Subclasses of ObjectCollectionProviderUnary in org.anchoranalysis.plugin.imagej.bean.object.providerModifier and TypeClassDescriptionclass
Draws a lines between successive points on the convex-hull of an object.class
Fills holes in an object. -
Uses of ObjectCollectionProviderUnary in org.anchoranalysis.plugin.points.bean
Subclasses of ObjectCollectionProviderUnary in org.anchoranalysis.plugin.points.beanModifier and TypeClassDescriptionclass
Splits a 2D contour represented by an object-mask into several contours, splitting at "turn" points.