Uses of Class
org.anchoranalysis.image.inference.bean.segment.instance.DecodeInstanceSegmentation
Packages that use DecodeInstanceSegmentation
Package
Description
Instance-segmentation of a
Stack
.Decodes the outputted tensors from a Mask
R-CNN implementation.
Decodes the outputted tensors from text-segmentation models.
-
Uses of DecodeInstanceSegmentation in org.anchoranalysis.image.inference.bean.segment.instance
Methods in org.anchoranalysis.image.inference.bean.segment.instance that return DecodeInstanceSegmentationModifier and TypeMethodDescriptionSegmentStackIntoObjectsScaleDecode.getDecode()
Decodes inference output into segmented objects.Methods in org.anchoranalysis.image.inference.bean.segment.instance with parameters of type DecodeInstanceSegmentationModifier and TypeMethodDescriptionvoid
SegmentStackIntoObjectsScaleDecode.setDecode
(DecodeInstanceSegmentation<T> decode) Decodes inference output into segmented objects. -
Uses of DecodeInstanceSegmentation in org.anchoranalysis.plugin.onnx.bean.object.segment.decode.instance.maskrcnn
Subclasses of DecodeInstanceSegmentation in org.anchoranalysis.plugin.onnx.bean.object.segment.decode.instance.maskrcnnModifier and TypeClassDescriptionclass
Decodes the inference output from a Mask-RCNN implementation. -
Uses of DecodeInstanceSegmentation in org.anchoranalysis.plugin.onnx.bean.object.segment.decode.instance.text
Subclasses of DecodeInstanceSegmentation in org.anchoranalysis.plugin.onnx.bean.object.segment.decode.instance.textModifier and TypeClassDescriptionclass
Extracts text from a RGB image by using the EAST deep neural network model and the ONNX Runtime.