Uses of Interface
org.anchoranalysis.image.inference.ImageInferenceModel
Packages that use ImageInferenceModel
Package
Description
Instance-segmentation of a
Stack
.Non-bean classes for running an inference model with the ONNX
Runtime.
Non-bean classes pertaining to segmentation.
-
Uses of ImageInferenceModel in org.anchoranalysis.image.inference.bean.segment.instance
Classes in org.anchoranalysis.image.inference.bean.segment.instance with type parameters of type ImageInferenceModelModifier and TypeClassDescriptionclass
SegmentStackIntoObjectsScaleDecode<T,
S extends ImageInferenceModel<T>> ASegmentStackIntoObjectsScaleDecode
that scales the input image, before performing inference, and then decodes the output. -
Uses of ImageInferenceModel in org.anchoranalysis.plugin.onnx.model
Classes in org.anchoranalysis.plugin.onnx.model that implement ImageInferenceModelModifier and TypeClassDescriptionclass
A model that can be used for inference using the ONNX Runtime's Java API. -
Uses of ImageInferenceModel in org.anchoranalysis.plugin.opencv.segment
Classes in org.anchoranalysis.plugin.opencv.segment that implement ImageInferenceModelModifier and TypeClassDescriptionclass
A model that can be used for inference using OpenCV's DNN module.