Uses of Class
org.anchoranalysis.image.inference.segment.LabelledWithConfidence
Packages that use LabelledWithConfidence
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.
Strategies for reducing the number of elements with a list by merging/removing lower-confidence
elements that overlap.
Decodes the outputted tensors from a Mask
R-CNN implementation.
Decodes the outputted tensors from text-segmentation models.
-
Uses of LabelledWithConfidence in org.anchoranalysis.image.inference.bean.reduce
Methods in org.anchoranalysis.image.inference.bean.reduce that return LabelledWithConfidenceModifier and TypeMethodDescriptionObjectForReduction.getLabelled()
The underlying labelledObjectMask
for input to a reduction algorithm.Methods in org.anchoranalysis.image.inference.bean.reduce that return types with arguments of type LabelledWithConfidenceModifier and TypeMethodDescriptionReduceElementsGreedy.reduce
(List<LabelledWithConfidence<ObjectMask>> elements, Extent extent, ExecutionTimeRecorder executionTimeRecorder) Method parameters in org.anchoranalysis.image.inference.bean.reduce with type arguments of type LabelledWithConfidenceModifier and TypeMethodDescriptionstatic List
<ObjectForReduction> ObjectForReductionFactory.populateFromList
(List<LabelledWithConfidence<ObjectMask>> list) Creates a list ofObjectForReduction
s from a corresponding list of labelledObjectMask
s.ReduceElementsGreedy.reduce
(List<LabelledWithConfidence<ObjectMask>> elements, Extent extent, ExecutionTimeRecorder executionTimeRecorder) Constructors in org.anchoranalysis.image.inference.bean.reduce with parameters of type LabelledWithConfidenceModifierConstructorDescriptionObjectForReduction
(LabelledWithConfidence<ObjectMask> labelled) Creates with aObjectMask
that is considered newly-added.ObjectForReduction
(LabelledWithConfidence<ObjectMask> labelled, int index) Creates a newObjectForReduction
instance.Constructor parameters in org.anchoranalysis.image.inference.bean.reduce with type arguments of type LabelledWithConfidenceModifierConstructorDescriptionReduceObjectsGraph
(List<LabelledWithConfidence<ObjectMask>> elements) Create with a list of elements. -
Uses of LabelledWithConfidence in org.anchoranalysis.image.inference.bean.segment.instance
Methods in org.anchoranalysis.image.inference.bean.segment.instance that return types with arguments of type LabelledWithConfidenceModifier and TypeMethodDescriptionabstract List
<LabelledWithConfidence<MultiScaleObject>> DecodeInstanceSegmentation.decode
(List<T> inferenceOutput, ImageInferenceContext context) Decodes the output tensors from inference intoObjectMask
s with confidence and labels. -
Uses of LabelledWithConfidence in org.anchoranalysis.image.inference.bean.segment.reduce
Methods in org.anchoranalysis.image.inference.bean.segment.reduce that return types with arguments of type LabelledWithConfidenceModifier 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.Method parameters in org.anchoranalysis.image.inference.bean.segment.reduce with type arguments of type LabelledWithConfidenceModifier 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 LabelledWithConfidence in org.anchoranalysis.image.inference.segment
Methods in org.anchoranalysis.image.inference.segment that return LabelledWithConfidenceModifier and TypeMethodDescription<S> LabelledWithConfidence
<S> Maps the existing object to another object, while retaining an identical confidence score.Methods in org.anchoranalysis.image.inference.segment that return types with arguments of type LabelledWithConfidenceModifier and TypeMethodDescriptionSegmentedObjectsAtScale.listWithLabels()
Create aList
of all contained objects, including confidence.Methods in org.anchoranalysis.image.inference.segment with parameters of type LabelledWithConfidenceModifier and TypeMethodDescriptionint
LabelledWithConfidence.compareTo
(LabelledWithConfidence<T> other) Constructor parameters in org.anchoranalysis.image.inference.segment with type arguments of type LabelledWithConfidenceModifierConstructorDescriptionSegmentedObjects
(List<LabelledWithConfidence<MultiScaleObject>> objects, SegmentedBackground background, ExecutionTimeRecorder executionTimeRecorder) Create for a collection of objects with potentially differing labels.SegmentedObjectsAtScale
(List<LabelledWithConfidence<MultiScaleObject>> source, Function<MultiScaleObject, ObjectMask> extractObject, Stack background, StackDisplayer displayer, ExecutionTimeRecorder executionTimeRecorder, String executionTimeSuffix) Creates a newSegmentedObjectsAtScale
instance. -
Uses of LabelledWithConfidence in org.anchoranalysis.plugin.image.bean.object.segment.reduce
Methods in org.anchoranalysis.plugin.image.bean.object.segment.reduce that return types with arguments of type LabelledWithConfidenceModifier and TypeMethodDescriptionThresholdConfidence.reduce
(List<LabelledWithConfidence<ObjectMask>> elements, Extent extent, ExecutionTimeRecorder executionTimeRecorder) Method parameters in org.anchoranalysis.plugin.image.bean.object.segment.reduce with type arguments of type LabelledWithConfidenceModifier and TypeMethodDescriptionThresholdConfidence.reduce
(List<LabelledWithConfidence<ObjectMask>> elements, Extent extent, ExecutionTimeRecorder executionTimeRecorder) -
Uses of LabelledWithConfidence in org.anchoranalysis.plugin.onnx.bean.object.segment.decode.instance.maskrcnn
Methods in org.anchoranalysis.plugin.onnx.bean.object.segment.decode.instance.maskrcnn that return types with arguments of type LabelledWithConfidenceModifier and TypeMethodDescriptionDecodeMaskRCNN.decode
(List<ai.onnxruntime.OnnxTensor> inferenceOutput, ImageInferenceContext context) -
Uses of LabelledWithConfidence in org.anchoranalysis.plugin.onnx.bean.object.segment.decode.instance.text
Methods in org.anchoranalysis.plugin.onnx.bean.object.segment.decode.instance.text that return types with arguments of type LabelledWithConfidenceModifier and TypeMethodDescriptionDecodeEAST.decode
(List<ai.onnxruntime.OnnxTensor> inferenceOutput, ImageInferenceContext context)