Uses of Class
org.anchoranalysis.image.inference.segment.ReductionOutcome
Packages that use ReductionOutcome
Package
Description
Beans to reduce the number of results that are returned from inference, by removing overlaping
entities etc.
Non-bean classes to reduce the number of results that are returned from inference, by removing
overlapping entities etc.
Non-beans pertaining to segmentation of images via model inference.
Strategies for reducing the number of elements with a list by merging/removing lower-confidence
elements that overlap.
-
Uses of ReductionOutcome in org.anchoranalysis.image.inference.bean.reduce
Methods in org.anchoranalysis.image.inference.bean.reduce that return ReductionOutcomeModifier and TypeMethodDescriptionReduceElementsGreedy.reduce
(List<LabelledWithConfidence<ObjectMask>> elements, Extent extent, ExecutionTimeRecorder executionTimeRecorder) -
Uses of ReductionOutcome in org.anchoranalysis.image.inference.bean.segment.reduce
Methods in org.anchoranalysis.image.inference.bean.segment.reduce that return ReductionOutcomeModifier and TypeMethodDescriptionabstract ReductionOutcome
<LabelledWithConfidence<T>> ReduceElements.reduce
(List<LabelledWithConfidence<T>> elements, Extent extent, ExecutionTimeRecorder executionTimeRecorder) Reduce a list of elements (each with a confidence score and a label) to a smaller-list. -
Uses of ReductionOutcome in org.anchoranalysis.image.inference.segment
Methods in org.anchoranalysis.image.inference.segment that return ReductionOutcomeModifier and TypeMethodDescription<S> ReductionOutcome
<S> ReductionOutcome.map
(UnaryOperator<Integer> mapIndex, Function<T, S> mapAdded) Creates a newReductionOutcome
where both the retained-indices and the newly-added elements may be mapped. -
Uses of ReductionOutcome in org.anchoranalysis.plugin.image.bean.object.segment.reduce
Methods in org.anchoranalysis.plugin.image.bean.object.segment.reduce that return ReductionOutcomeModifier and TypeMethodDescriptionThresholdConfidence.reduce
(List<LabelledWithConfidence<ObjectMask>> elements, Extent extent, ExecutionTimeRecorder executionTimeRecorder)