Uses of Class
org.anchoranalysis.image.inference.segment.MultiScaleObject
Packages that use MultiScaleObject
Package
Description
Instance-segmentation of a
Stack
.Non-beans pertaining to segmentation of images via model inference.
Decodes the outputted tensors from a Mask
R-CNN implementation.
Decodes the outputted tensors from text-segmentation models.
-
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 MultiScaleObjectModifier 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 MultiScaleObject in org.anchoranalysis.image.inference.segment
Methods in org.anchoranalysis.image.inference.segment that return MultiScaleObjectModifier and TypeMethodDescriptionstatic <T> MultiScaleObject
MultiScaleObject.extractFrom
(DualScale<T> dual, Function<T, ObjectMask> extractObject) static <T,
S> MultiScaleObject MultiScaleObject.extractFrom
(DualScale<T> dual1, DualScale<S> dual2, BiFunction<T, S, ObjectMask> extractObject) Methods in org.anchoranalysis.image.inference.segment that return types with arguments of type MultiScaleObjectModifier and TypeMethodDescriptionSegmentedObjects.highestConfidence()
The object-mask with the highest confidence.Constructor parameters in org.anchoranalysis.image.inference.segment with type arguments of type MultiScaleObjectModifierConstructorDescriptionSegmentedObjects
(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, ObjectMask> extractObject, Stack background, StackDisplayer displayer, ExecutionTimeRecorder executionTimeRecorder, String executionTimeSuffix) Creates a newSegmentedObjectsAtScale
instance.SegmentedObjectsAtScale
(List<LabelledWithConfidence<MultiScaleObject>> source, Function<MultiScaleObject, ObjectMask> extractObject, Stack background, StackDisplayer displayer, ExecutionTimeRecorder executionTimeRecorder, String executionTimeSuffix) Creates a newSegmentedObjectsAtScale
instance. -
Uses of MultiScaleObject 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 MultiScaleObjectModifier and TypeMethodDescriptionDecodeMaskRCNN.decode
(List<ai.onnxruntime.OnnxTensor> inferenceOutput, ImageInferenceContext context) -
Uses of MultiScaleObject 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 MultiScaleObjectModifier and TypeMethodDescriptionDecodeEAST.decode
(List<ai.onnxruntime.OnnxTensor> inferenceOutput, ImageInferenceContext context)