Uses of Interface
org.anchoranalysis.annotation.io.assignment.Assignment
Packages that use Assignment
Package
Description
A pairing of objects from two collections (bipartite matching).
Generates output images to illustrate a
Assignment
between annotations.Task to compare a set of annotations to a segmentation or another set of annotations.
Pairs annotations from two different sets, creating an assignment of some type.
Utility classes for counting images incrementally.
-
Uses of Assignment in org.anchoranalysis.annotation.io.assignment
Classes in org.anchoranalysis.annotation.io.assignment that implement AssignmentModifier and TypeClassDescriptionclass
Creates an assignment between intersecting voxels in two objects.class
Pairs anObjectMask
in one set with anObjectMask
in another, if deemed to overlap sufficiently. -
Uses of Assignment in org.anchoranalysis.annotation.io.assignment.generator
Methods in org.anchoranalysis.annotation.io.assignment.generator with parameters of type AssignmentModifier and TypeMethodDescriptionDrawColoredObjects.createObjectsImage
(Assignment<ObjectMask> assignment, boolean left, AssignmentColorPool colorPool) Creates an image with the objects colored, as indicated in the class description.AssignmentGenerator.transform
(Assignment<ObjectMask> element) -
Uses of Assignment in org.anchoranalysis.plugin.annotation.bean.comparison
Classes in org.anchoranalysis.plugin.annotation.bean.comparison with type parameters of type AssignmentModifier and TypeClassDescriptionclass
CompareAnnotations<T extends Assignment<ObjectMask>>
Task to compare a set of annotations to a segmentation or another set of annotations.class
ComparisonSharedState<T extends Assignment<ObjectMask>>
Shared state for comparison operations, including grouping and statistics. -
Uses of Assignment in org.anchoranalysis.plugin.annotation.bean.comparison.assigner
Classes in org.anchoranalysis.plugin.annotation.bean.comparison.assigner with type parameters of type AssignmentModifier and TypeClassDescriptionclass
AnnotationComparisonAssigner<T extends Assignment<ObjectMask>>
Compares similar object-sets produced from two different sources. -
Uses of Assignment in org.anchoranalysis.plugin.annotation.counter
Classes in org.anchoranalysis.plugin.annotation.counter with type parameters of type AssignmentModifier and TypeClassDescriptionclass
ImageCounterList<T extends Assignment<ObjectMask>>
Allows operations to be applied to severalImageCounter
s collectively.