Uses of Interface
org.anchoranalysis.inference.InferenceModel
Packages that use InferenceModel
Package
Description
Inference of machine learning models on images.
Instance-segmentation of a
Stack
.Specifying how many CPUs and GPUs can be allocated for some purpose.
Implementations of
ObjectCollectionProvider
involving segmentation.Tasks to segment an image.
Non-bean classes for image-segmentation.
Non-bean classes for running an inference model with the ONNX
Runtime.
Non-bean classes pertaining to segmentation.
-
Uses of InferenceModel in org.anchoranalysis.image.inference
Subinterfaces of InferenceModel in org.anchoranalysis.image.inferenceModifier and TypeInterfaceDescriptioninterface
A model used for inference that accepts an image as an input. -
Uses of InferenceModel in org.anchoranalysis.image.inference.bean.segment.instance
Classes in org.anchoranalysis.image.inference.bean.segment.instance with type parameters of type InferenceModelModifier and TypeClassDescriptionclass
SegmentStackIntoObjectsPooled<T extends InferenceModel>
A base class for algorithms to segment a stack into one or more objects - using a pool of modelsclass
SuppressNonMaximum<T extends InferenceModel>
Applies a segmentation procedure followed by non-maximum suppression. -
Uses of InferenceModel in org.anchoranalysis.inference.concurrency
Classes in org.anchoranalysis.inference.concurrency with type parameters of type InferenceModelModifier and TypeClassDescriptionfinal class
ConcurrentModel<T extends InferenceModel>
An instance of model that can be used concurrently for inference.class
ConcurrentModelPool<T extends InferenceModel>
Keeps concurrent copies of a model to be used by different threads.interface
CreateModelForPool<T extends InferenceModel>
Creates a model to use in the pool. -
Uses of InferenceModel in org.anchoranalysis.plugin.image.bean.object.provider.segment
Classes in org.anchoranalysis.plugin.image.bean.object.provider.segment with type parameters of type InferenceModelModifier and TypeClassDescriptionclass
SegmentStack<T extends InferenceModel>
Segments a stack into objects. -
Uses of InferenceModel in org.anchoranalysis.plugin.image.task.bean.segment
Classes in org.anchoranalysis.plugin.image.task.bean.segment with type parameters of type InferenceModelModifier and TypeClassDescriptionclass
SegmentInstanceWithModel<T extends InferenceModel>
Using a model-pool, performs instance segmentation on an image producing zero, one or more objects per image. -
Uses of InferenceModel in org.anchoranalysis.plugin.image.task.segment
Classes in org.anchoranalysis.plugin.image.task.segment with type parameters of type InferenceModelModifier and TypeClassDescriptionclass
SharedStateSegmentInstance<T extends InferenceModel>
Shared-state for instance segmentation. -
Uses of InferenceModel in org.anchoranalysis.plugin.onnx.model
Classes in org.anchoranalysis.plugin.onnx.model that implement InferenceModelModifier and TypeClassDescriptionclass
A model that can be used for inference using the ONNX Runtime's Java API. -
Uses of InferenceModel in org.anchoranalysis.plugin.opencv.segment
Classes in org.anchoranalysis.plugin.opencv.segment that implement InferenceModelModifier and TypeClassDescriptionclass
A model that can be used for inference using OpenCV's DNN module.