Uses of Class
org.anchoranalysis.image.inference.segment.WithConfidence
Packages that use WithConfidence
Package
Description
Non-beans pertaining to segmentation of images via model inference.
-
Uses of WithConfidence in org.anchoranalysis.image.inference.segment
Methods in org.anchoranalysis.image.inference.segment that return WithConfidenceModifier and TypeMethodDescriptionLabelledWithConfidence.getWithConfidence()The element with associated confidence.<S> WithConfidence<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 WithConfidenceModifier and TypeMethodDescriptionSegmentedObjects.highestConfidence()The object-mask with the highest confidence.SegmentedObjectsAtScale.listWithoutLabels()Create aListof all contained objects, including confidence.Methods in org.anchoranalysis.image.inference.segment with parameters of type WithConfidenceConstructors in org.anchoranalysis.image.inference.segment with parameters of type WithConfidenceModifierConstructorDescriptionLabelledWithConfidence(String label, WithConfidence<T> withConfidence) Creates a newLabelledWithConfidenceinstance.Constructor parameters in org.anchoranalysis.image.inference.segment with type arguments of type WithConfidenceModifierConstructorDescriptionSegmentedObjects(String classLabel, Collection<WithConfidence<MultiScaleObject>> objects, SegmentedBackground background, ExecutionTimeRecorder executionTimeRecorder) Create for a collection of objects with an identical label.