Uses of Class
org.anchoranalysis.image.inference.ImageInferenceContext
| Package | Description |
|---|---|
| org.anchoranalysis.image.inference.bean.segment.instance |
Instance-segmentation of a
Stack. |
-
Uses of ImageInferenceContext in org.anchoranalysis.image.inference.bean.segment.instance
Methods in org.anchoranalysis.image.inference.bean.segment.instance with parameters of type ImageInferenceContext 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.