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