Uses of Class
org.anchoranalysis.annotation.io.assignment.OverlappingObjects
Packages that use OverlappingObjects
Package
Description
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 OverlappingObjectsModifier and TypeMethodDescriptionAssignOverlappingObjects.createAssignment(ObjectCollection left, ObjectCollection right, double maxAcceptedCost, Dimensions dimensions) Creates an assignment from the objects inleftto those inright.static OverlappingObjectsOverlappingObjects.createWithLeftUnassigned(ObjectCollection objects) Creates with only left unassigned objects.static OverlappingObjectsOverlappingObjects.createWithRight(ObjectCollection objects) Creates with only right unassigned objects.