Uses of Class
org.anchoranalysis.image.inference.segment.WithConfidence
| Package | Description |
|---|---|
| org.anchoranalysis.image.inference.segment |
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 WithConfidence Modifier and Type Method Description WithConfidence<T>LabelledWithConfidence. getWithConfidence()The element with associated confidence.<S> WithConfidence<S>WithConfidence. map(Function<T,S> transform)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 WithConfidence Modifier and Type Method Description Optional<WithConfidence<MultiScaleObject>>SegmentedObjects. highestConfidence()The object-mask with the highest confidence.List<WithConfidence<org.anchoranalysis.image.voxel.object.ObjectMask>>SegmentedObjectsAtScale. listWithoutLabels()Create aListof all contained objects, including confidence.Methods in org.anchoranalysis.image.inference.segment with parameters of type WithConfidence Modifier and Type Method Description intWithConfidence. compareTo(WithConfidence<T> other)Constructors in org.anchoranalysis.image.inference.segment with parameters of type WithConfidence Constructor Description LabelledWithConfidence(String label, WithConfidence<T> withConfidence)Constructor parameters in org.anchoranalysis.image.inference.segment with type arguments of type WithConfidence Constructor Description SegmentedObjects(String classLabel, Collection<WithConfidence<MultiScaleObject>> objects, SegmentedBackground background, ExecutionTimeRecorder executionTimeRecorder)Create for a collection of objects with an identical label.