Uses of Interface
org.anchoranalysis.annotation.io.assignment.Assignment
| Package | Description |
|---|---|
| org.anchoranalysis.annotation.io.assignment |
A pairing of objects from two collections (bipartite matching).
|
| org.anchoranalysis.annotation.io.assignment.generator |
Generates output images to illustrate a
Assignment between annotations. |
-
Uses of Assignment in org.anchoranalysis.annotation.io.assignment
Classes in org.anchoranalysis.annotation.io.assignment that implement Assignment Modifier and Type Class Description classObjectVoxelIntersectionCreates an assignment between intersecting voxels in two objects.classOverlappingObjectsPairs anObjectMaskin one set with anObjectMaskin 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 Assignment Modifier and Type Method Description org.anchoranalysis.image.core.stack.StackDrawColoredObjects. createObjectsImage(Assignment<org.anchoranalysis.image.voxel.object.ObjectMask> assignment, boolean left, AssignmentColorPool colorPool)Creates an image with the objects colored, as indicated in the class description.org.anchoranalysis.image.core.stack.StackAssignmentGenerator. transform(Assignment<org.anchoranalysis.image.voxel.object.ObjectMask> element)