Uses of Class
org.anchoranalysis.image.inference.segment.MultiScaleObject
| Package | Description |
|---|---|
| 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 MultiScaleObject in org.anchoranalysis.image.inference.bean.segment.instance
Methods in org.anchoranalysis.image.inference.bean.segment.instance that return types with arguments of type MultiScaleObject Modifier and Type Method Description abstract List<LabelledWithConfidence<MultiScaleObject>>DecodeInstanceSegmentation. decode(List<T> inferenceOutput, ImageInferenceContext context)Decodes the output tensors from inference intoObjectMasks with confidence and labels. -
Uses of MultiScaleObject in org.anchoranalysis.image.inference.segment
Methods in org.anchoranalysis.image.inference.segment that return MultiScaleObject Modifier and Type Method Description static <T> MultiScaleObjectMultiScaleObject. extractFrom(DualScale<T> dual, Function<T,org.anchoranalysis.image.voxel.object.ObjectMask> extractObject)static <T, S> MultiScaleObjectMultiScaleObject. extractFrom(DualScale<T> dual1, DualScale<S> dual2, BiFunction<T,S,org.anchoranalysis.image.voxel.object.ObjectMask> extractObject)Methods in org.anchoranalysis.image.inference.segment that return types with arguments of type MultiScaleObject Modifier and Type Method Description Optional<WithConfidence<MultiScaleObject>>SegmentedObjects. highestConfidence()The object-mask with the highest confidence.Constructor parameters in org.anchoranalysis.image.inference.segment with type arguments of type MultiScaleObject Constructor Description SegmentedObjects(String classLabel, Collection<WithConfidence<MultiScaleObject>> objects, SegmentedBackground background, ExecutionTimeRecorder executionTimeRecorder)Create for a collection of objects with an identical label.SegmentedObjects(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,org.anchoranalysis.image.voxel.object.ObjectMask> extractObject, Stack background, org.anchoranalysis.image.bean.displayer.StackDisplayer displayer, ExecutionTimeRecorder executionTimeRecorder, String executionTimeSuffix)SegmentedObjectsAtScale(List<LabelledWithConfidence<MultiScaleObject>> source, Function<MultiScaleObject,org.anchoranalysis.image.voxel.object.ObjectMask> extractObject, Stack background, org.anchoranalysis.image.bean.displayer.StackDisplayer displayer, ExecutionTimeRecorder executionTimeRecorder, String executionTimeSuffix)