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 TypeClassDescriptionclassExtract a singleObjectMaskinto a new collection.classDuplicates (deep copy) an object-collection.classScales all the objects in the collection by a particular scale-factor.classBase class forObjectCollectionProviderUnarythat also requires aChannel.classBase class forObjectCollectionProviderUnarythat take an optionalobjectsContainerbean-field.classBase class forObjectCollectionProviderUnaryclasses that require dimensions to be specified.classBase class forObjectCollectionProviderUnaryclasses 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 TypeClassDescriptionclassEnsures each object in a collection is a connected-component, decomposing it if necessary into multiple objects.classRejects 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 TypeClassDescriptionclassAn abstract base class for object collection providers that use a feature evaluator.classFinds the object with the maximum feature-value from a collection.classFinds the object with the maximum feature among a group of matches for each object.classCreates 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 TypeClassDescriptionclassFilters anObjectCollectionusing the specifiedObjectFilter.classFilters anObjectCollectionby grouping objects and then applying a filter to each group.classReturns only the objects that intersect with at least one object in the containerclassProvides anObjectCollectionby matching objects using a specifiedObjectMatcher.classFilters objects to keep only those which are NOT in the container.classBase class for object collection providers that apply a filter to the objects.classConsiders 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 TypeClassDescriptionclassReduce 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 TypeClassDescriptionclassA base class for algorithms that merge object-masks.classNaive greedy merge strategy when any two neighboring objects are merged if it increases a feature.classMerges objects if a pair feature value satisfies a condition.classMerges neighboring objects if it results in an increase in the average feature-value calculated on each single object.classBase class for object-merging strategies that involve calculating a feature.classExpandsMergeBaseby 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 TypeClassDescriptionclassDilates each object in the collection, growing bounding-boxes as necessary in relevant dimensions.classErodes each object in the collection, growing bounding-boxes as necessary in relevant dimensions.classBase 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 TypeClassDescriptionclassPerforms a binary-segmentation using the upstream objects as masks.classPerforms 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 TypeClassDescriptionclassCreates a 3D version of an object by replicating each input-object across the z-dimension to meet (3D) dimensions.classExtends an object (2D/3D) as much as it can within the z-slices of a containing objectclassFlattens all object-masks in the z-dimension, so it is 2D instead of 3D (like a maximum intensity projection).classExtracts 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 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.classSplits 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 TypeClassDescriptionclassDraws a lines between successive points on the convex-hull of an object.classFills holes in an object. -
Uses of ObjectCollectionProviderUnary in org.anchoranalysis.plugin.points.bean
Subclasses of ObjectCollectionProviderUnary in org.anchoranalysis.plugin.points.beanModifier and TypeClassDescriptionclassSplits a 2D contour represented by an object-mask into several contours, splitting at "turn" points.