Uses of Class
org.anchoranalysis.annotation.io.assignment.OverlappingObjects
| Package | Description |
|---|---|
| org.anchoranalysis.annotation.io.assignment |
A pairing of objects from two collections (bipartite matching).
|
-
Uses of OverlappingObjects in org.anchoranalysis.annotation.io.assignment
Methods in org.anchoranalysis.annotation.io.assignment that return OverlappingObjects Modifier and Type Method Description OverlappingObjectsAssignOverlappingObjects. createAssignment(org.anchoranalysis.image.voxel.object.ObjectCollection left, org.anchoranalysis.image.voxel.object.ObjectCollection right, double maxAcceptedCost, org.anchoranalysis.image.core.dimensions.Dimensions dimensions)Creates an assignment from the objects inleftto those inright.static OverlappingObjectsOverlappingObjects. createWithLeftUnassigned(org.anchoranalysis.image.voxel.object.ObjectCollection objects)Creates with only left unassigned objects.static OverlappingObjectsOverlappingObjects. createWithRight(org.anchoranalysis.image.voxel.object.ObjectCollection objects)Creates with only right unassigned objects.