Uses of Package
org.anchoranalysis.image.inference.bean.reduce
Packages that use org.anchoranalysis.image.inference.bean.reduce
Package
Description
Beans to reduce the number of results that are returned from inference, by removing overlaping
entities etc.
-
Classes in org.anchoranalysis.image.inference.bean.reduce used by org.anchoranalysis.image.inference.bean.reduceClassDescriptionAn object that can be reduced.Reduces the number or spatial-extent of elements by favouring higher-confidence elements over lower-confidence elements.Combines a
PriorityQueue
(ordering by highest confidence) and a graph-structure indicating which objects overlap with each other.