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 of ObjectMasks.
    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 an ObjectMask in one set with an ObjectMask in another, if deemed to overlap sufficiently.