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-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.
-
Uses of ReduceElements in org.anchoranalysis.image.inference.bean.reduce
Subclasses of ReduceElements in org.anchoranalysis.image.inference.bean.reduceModifier and TypeClassDescriptionclassReduces the number or spatial-extent of elements by favouring higher-confidence elements over lower-confidence elements.classIntersecting 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 TypeMethodDescriptionvoidSuppressNonMaximum.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 newSuppressNonMaximuminstance. -
Uses of ReduceElements in org.anchoranalysis.image.inference.bean.segment.reduce
Subclasses with type arguments of type ReduceElements in org.anchoranalysis.image.inference.bean.segment.reduceModifier and TypeClassDescriptionclassReduces the number or spatial-extent of elements by favoring higher-confidence elements over lower-confidence elements. -
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.