Package org.anchoranalysis.annotation.io.assignment
A pairing of objects from two collections (bipartite matching).
-
Interface Summary Interface Description Assignment<T> A one-to-one pairing between items in two respective sets. -
Class Summary Class Description AssignOverlappingObjects Creates a one-to-one assignment between two sets ofObjectMasks.CostMatrix<T> Stores costs between all possible pairings between elements from two lists.ObjectVoxelIntersection Creates an assignment between intersecting voxels in two objects.OverlappingObjects Pairs anObjectMaskin one set with anObjectMaskin another, if deemed to overlap sufficiently.