Package org.anchoranalysis.annotation.io.assignment
package org.anchoranalysis.annotation.io.assignment
A pairing of objects from two collections (bipartite matching).
-
ClassDescriptionAssignment<T>A one-to-one pairing between items in two respective sets.Creates a one-to-one assignment between two sets of
ObjectMask
s.CostMatrix<T>Stores costs between all possible pairings between elements from two lists.Creates an assignment between intersecting voxels in two objects.Pairs anObjectMask
in one set with anObjectMask
in another, if deemed to overlap sufficiently.