Uses of Annotation Interface
org.anchoranalysis.bean.annotation.GroupingRoot
Packages that use GroupingRoot
Package
Description
A feature-list (custom list type for features) and associated providers.
Base classes for providers of different core data entities related to images.
A provider of
Stack
s.Base classes to perform binary-segmentation.
Lower and upper limits set around variables.
Fitting structures to sets of points.
Proposing
Mark
s or other data-structures with particular
attributes.Pairs of
Mark
s.-
Uses of GroupingRoot in org.anchoranalysis.feature.bean.list
Classes in org.anchoranalysis.feature.bean.list with annotations of type GroupingRootModifier and TypeClassDescriptionclass
FeatureListProvider<T extends FeatureInput>
Provides a list ofFeature
s with identical input-type. -
Uses of GroupingRoot in org.anchoranalysis.image.bean.provider
Classes in org.anchoranalysis.image.bean.provider with annotations of type GroupingRootModifier and TypeClassDescriptionclass
class
class
class
Base class for beans that implementProvider
to provide anObjectCollection
. -
Uses of GroupingRoot in org.anchoranalysis.image.bean.provider.stack
Classes in org.anchoranalysis.image.bean.provider.stack with annotations of type GroupingRootModifier and TypeClassDescriptionclass
-
Uses of GroupingRoot in org.anchoranalysis.image.bean.segment.binary
Classes in org.anchoranalysis.image.bean.segment.binary with annotations of type GroupingRootModifier and TypeClassDescriptionclass
Performs a segmentation on voxels so that each voxel has an on or off state after the operation. -
Uses of GroupingRoot in org.anchoranalysis.mpp.bean.bound
Classes in org.anchoranalysis.mpp.bean.bound with annotations of type GroupingRootModifier and TypeClassDescriptionclass
Abstract base class for defining bounds on marks in a marked point process. -
Uses of GroupingRoot in org.anchoranalysis.mpp.bean.points.fitter
Classes in org.anchoranalysis.mpp.bean.points.fitter with annotations of type GroupingRootModifier and TypeClassDescriptionclass
Abstract base class for fitting a mark (e.g., an ellipsoid) to a set of points. -
Uses of GroupingRoot in org.anchoranalysis.mpp.bean.proposer
Classes in org.anchoranalysis.mpp.bean.proposer with annotations of type GroupingRootModifier and TypeClassDescriptionclass
An abstract base class for proposing an entire collection (configuration) of marks.class
An abstract base class for proposing merges between marks.class
An abstract base class for proposing changes to a mark.class
An abstract base class for proposing splits of a mark into two new marks. -
Uses of GroupingRoot in org.anchoranalysis.mpp.bean.provider
Classes in org.anchoranalysis.mpp.bean.provider with annotations of type GroupingRoot -
Uses of GroupingRoot in org.anchoranalysis.mpp.pair
Classes in org.anchoranalysis.mpp.pair with annotations of type GroupingRootModifier and TypeClassDescriptionclass
An abstract collection of items from which one can randomly sample.