Uses of Class
org.anchoranalysis.image.inference.bean.segment.instance.DecodeInstanceSegmentation
| Package | Description |
|---|---|
| org.anchoranalysis.image.inference.bean.segment.instance |
Instance-segmentation of a
Stack. |
-
Uses of DecodeInstanceSegmentation in org.anchoranalysis.image.inference.bean.segment.instance
Methods in org.anchoranalysis.image.inference.bean.segment.instance that return DecodeInstanceSegmentation Modifier and Type Method Description DecodeInstanceSegmentation<T>SegmentStackIntoObjectsScaleDecode. getDecode()Decodes inference output into segmented objects.Methods in org.anchoranalysis.image.inference.bean.segment.instance with parameters of type DecodeInstanceSegmentation Modifier and Type Method Description voidSegmentStackIntoObjectsScaleDecode. setDecode(DecodeInstanceSegmentation<T> decode)Decodes inference output into segmented objects.