Uses of Class
org.anchoranalysis.image.inference.bean.segment.reduce.ReduceElements
Packages that use ReduceElements
Package
Description
Beans to reduce the number of results that are returned from inference, by removing overlaping
entities etc.
Instance-segmentation of a
Stack
.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 ReduceElements in org.anchoranalysis.image.inference.bean.reduce
Subclasses of ReduceElements in org.anchoranalysis.image.inference.bean.reduceModifier and TypeClassDescriptionclass
Reduces the number or spatial-extent of elements by favouring higher-confidence elements over lower-confidence elements.class
Intersecting objects are removed if they have sufficient overlap. -
Uses of ReduceElements in org.anchoranalysis.image.inference.bean.segment.instance
Methods in org.anchoranalysis.image.inference.bean.segment.instance that return ReduceElementsModifier and TypeMethodDescriptionSuppressNonMaximum.getReduce()
The algorithm for reducing the number of object-masks.Methods in org.anchoranalysis.image.inference.bean.segment.instance with parameters of type ReduceElementsModifier and TypeMethodDescriptionvoid
SuppressNonMaximum.setReduce
(ReduceElements<ObjectMask> reduce) The algorithm for reducing the number of object-masks.Constructors in org.anchoranalysis.image.inference.bean.segment.instance with parameters of type ReduceElementsModifierConstructorDescriptionSuppressNonMaximum
(SegmentStackIntoObjectsPooled<T> segment, ReduceElements<ObjectMask> reduce, boolean separateEachLabel) Creates a newSuppressNonMaximum
instance. -
Uses of ReduceElements in org.anchoranalysis.image.inference.segment
Methods in org.anchoranalysis.image.inference.segment with parameters of type ReduceElementsModifier and TypeMethodDescriptionSegmentedObjects.reduce
(ReduceElements<ObjectMask> reduce, boolean separateEachLabel, ExecutionTimeRecorder executionTimeRecorder) Reduces the segmented-objects, applying a reduction algorithm separately to each object-class. -
Uses of ReduceElements in org.anchoranalysis.plugin.image.bean.object.segment.reduce
Subclasses of ReduceElements in org.anchoranalysis.plugin.image.bean.object.segment.reduceModifier and TypeClassDescriptionclass
Combines object-masks by projecting the maximum confidence-level for each voxel and thresholding.