Uses of Class
org.anchoranalysis.image.inference.bean.segment.instance.DecodeInstanceSegmentation
Packages that use DecodeInstanceSegmentation
-
Uses of DecodeInstanceSegmentation in org.anchoranalysis.image.inference.bean.segment.instance
Subclasses with type arguments of type DecodeInstanceSegmentation in org.anchoranalysis.image.inference.bean.segment.instanceModifier and TypeClassDescriptionclassDecodes inference output into segmented-objects.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.