Uses of Class
org.anchoranalysis.plugin.image.bean.object.provider.WithContainerBase
Packages that use WithContainerBase
Package
Description
Implementations of
ObjectCollectionProvider
that
filter objects.Implementations of
ObjectCollectionProvider
involving merging objects together.Implementations of
ObjectCollectionProvider
involving z-slice processing.-
Uses of WithContainerBase in org.anchoranalysis.plugin.image.bean.object.provider.filter
Modifier and TypeClassDescriptionclass
Returns only the objects that intersect with at least one object in the containerclass
Filters objects to keep only those which are NOT in the container. -
Uses of WithContainerBase in org.anchoranalysis.plugin.image.bean.object.provider.merge
Modifier 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 WithContainerBase in org.anchoranalysis.plugin.image.bean.object.provider.slice
Modifier and TypeClassDescriptionclass
Extends an object (2D/3D) as much as it can within the z-slices of a containing object