Uses of Class
org.anchoranalysis.annotation.io.assignment.CostMatrix
| Package | Description |
|---|---|
| org.anchoranalysis.annotation.io.assignment |
A pairing of objects from two collections (bipartite matching).
|
-
Uses of CostMatrix in org.anchoranalysis.annotation.io.assignment
Methods in org.anchoranalysis.annotation.io.assignment that return CostMatrix Modifier and Type Method Description static <T> CostMatrix<T>CostMatrix. create(List<T> first, List<T> second, boolean symmetric, org.anchoranalysis.core.functional.checked.CheckedToDoubleBiFunction<T,T,org.anchoranalysis.core.exception.CreateException> costCalculator)Creates by calculating the cost between elements.CostMatrix<org.anchoranalysis.image.voxel.object.ObjectMask>AssignOverlappingObjects. getCosts()A matrix linking the overlap between eachObjectMaskto each other, respectively as rows and columns.