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 TypeMethodDescriptionvoidSegmentStackIntoObjectsScaleDecode.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 TypeClassDescriptionclassDecodes 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 TypeClassDescriptionclassExtracts text from a RGB image by using the EAST deep neural network model and the ONNX Runtime.