Uses of Class
org.anchoranalysis.image.inference.bean.segment.reduce.ReduceElements
| Package | Description |
|---|---|
| org.anchoranalysis.image.inference.bean.reduce |
Beans to reduce the number of results that are returned from inference, by removing overlaping
entities etc.
|
| org.anchoranalysis.image.inference.bean.segment.instance |
Instance-segmentation of a
Stack. |
| org.anchoranalysis.image.inference.segment |
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.reduce Modifier and Type Class Description classReduceElementsGreedyReduces the number or spatial-extent of elements by favouring higher-confidence elements over lower-confidence elements.classRemoveOverlappingObjectsIntersecting 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 ReduceElements Modifier and Type Method Description ReduceElements<org.anchoranalysis.image.voxel.object.ObjectMask>SuppressNonMaximum. getReduce()The algorithm for reducing the number of object-masks.Methods in org.anchoranalysis.image.inference.bean.segment.instance with parameters of type ReduceElements Modifier and Type Method Description voidSuppressNonMaximum. setReduce(ReduceElements<org.anchoranalysis.image.voxel.object.ObjectMask> reduce)The algorithm for reducing the number of object-masks.Constructors in org.anchoranalysis.image.inference.bean.segment.instance with parameters of type ReduceElements Constructor Description SuppressNonMaximum(SegmentStackIntoObjectsPooled<T> segment, ReduceElements<org.anchoranalysis.image.voxel.object.ObjectMask> reduce, boolean separateEachLabel) -
Uses of ReduceElements in org.anchoranalysis.image.inference.segment
Methods in org.anchoranalysis.image.inference.segment with parameters of type ReduceElements Modifier and Type Method Description SegmentedObjectsSegmentedObjects. reduce(ReduceElements<org.anchoranalysis.image.voxel.object.ObjectMask> reduce, boolean separateEachLabel, ExecutionTimeRecorder executionTimeRecorder)Reduces the segmented-objects, applying a reduction algorithm separately to each object-class.