Package org.anchoranalysis.image.inference.bean.reduce
Beans to reduce the number of results that are returned from inference, by removing overlaping
entities etc.
-
Class Summary Class Description ObjectForReduction An object that can be reduced.ObjectForReductionFactory Utility functions for creating one or moreObjectForReductions.ReduceElementsGreedy Reduces the number or spatial-extent of elements by favouring higher-confidence elements over lower-confidence elements.ReduceObjectsGraph Combines aPriorityQueue(ordering by highest confidence) and a graph-structure indicating which objects overlap with each other.RemoveOverlappingObjects Intersecting objects are removed if they have sufficient overlap.