Uses of Class
org.anchoranalysis.inference.concurrency.ConcurrentModelPool
Packages that use ConcurrentModelPool
Package
Description
Instance-segmentation of a
Stack
.Non-bean classes for image-segmentation.
Segmenting a
Stack
using the ONNX Runtime to produce
an ObjectCollection
.Segmentation of a
Stack
using OpenCV.-
Uses of ConcurrentModelPool in org.anchoranalysis.image.inference.bean.segment.instance
Methods in org.anchoranalysis.image.inference.bean.segment.instance that return ConcurrentModelPoolModifier and TypeMethodDescriptionabstract ConcurrentModelPool
<T> SegmentStackIntoObjectsPooled.createModelPool
(ConcurrencyPlan plan, Logger logger) Creates the model pool (to be used by multiple threads).SuppressNonMaximum.createModelPool
(ConcurrencyPlan plan, Logger logger) Methods in org.anchoranalysis.image.inference.bean.segment.instance with parameters of type ConcurrentModelPoolModifier and TypeMethodDescriptionabstract SegmentedObjects
SegmentStackIntoObjectsPooled.segment
(Stack stack, ConcurrentModelPool<T> modelPool, ExecutionTimeRecorder executionTimeRecorder) Segments a stack to produce an object-collection.SegmentStackIntoObjectsScaleDecode.segment
(Stack stack, ConcurrentModelPool<S> modelPool, ExecutionTimeRecorder executionTimeRecorder) SuppressNonMaximum.segment
(Stack stack, ConcurrentModelPool<T> modelPool, ExecutionTimeRecorder executionTimeRecorder) -
Uses of ConcurrentModelPool in org.anchoranalysis.plugin.image.task.segment
Methods in org.anchoranalysis.plugin.image.task.segment that return ConcurrentModelPoolModifier and TypeMethodDescriptionSharedStateSegmentInstance.getModelPool()
The concurrent model pool for inference.Constructors in org.anchoranalysis.plugin.image.task.segment with parameters of type ConcurrentModelPoolModifierConstructorDescriptionSharedStateSegmentInstance
(ConcurrentModelPool<T> modelPool, FeatureTableCalculator<FeatureInputSingleObject> featureTable, LabelHeaders identifierHeaders, String outputNameFeatures, FeatureExporterContext context) Creates a new instance of SharedStateSegmentInstance. -
Uses of ConcurrentModelPool in org.anchoranalysis.plugin.onnx.bean.object.segment.stack
Methods in org.anchoranalysis.plugin.onnx.bean.object.segment.stack that return ConcurrentModelPoolModifier and TypeMethodDescriptionSegmentObjectsFromONNXModel.createModelPool
(ConcurrencyPlan plan, Logger logger) -
Uses of ConcurrentModelPool in org.anchoranalysis.plugin.opencv.bean.object.segment.stack
Methods in org.anchoranalysis.plugin.opencv.bean.object.segment.stack that return ConcurrentModelPoolModifier and TypeMethodDescriptionSegmentObjectsFromTensorFlowModel.createModelPool
(ConcurrencyPlan plan, Logger logger)