Uses of Class
org.anchoranalysis.plugin.image.task.segment.SharedStateSegmentInstance
Packages that use SharedStateSegmentInstance
-
Uses of SharedStateSegmentInstance in org.anchoranalysis.plugin.image.task.bean.segment
Subclasses with type arguments of type SharedStateSegmentInstance in org.anchoranalysis.plugin.image.task.bean.segmentModifier and TypeClassDescriptionclassSegmentInstanceWithModel<T extends InferenceModel>Using a model-pool, performs instance segmentation on an image producing zero, one or more objects per image.Methods in org.anchoranalysis.plugin.image.task.bean.segment that return SharedStateSegmentInstanceModifier and TypeMethodDescriptionSegmentInstanceWithModel.beforeAnyJobIsExecuted(Outputter outputter, ConcurrencyPlan plan, List<StackSequenceInput> inputs, ParametersExperiment parameters) Methods in org.anchoranalysis.plugin.image.task.bean.segment with parameters of type SharedStateSegmentInstanceModifier and TypeMethodDescriptionvoidSegmentInstanceWithModel.afterAllJobsAreExecuted(SharedStateSegmentInstance<T> sharedState, InputOutputContext context) Method parameters in org.anchoranalysis.plugin.image.task.bean.segment with type arguments of type SharedStateSegmentInstanceModifier and TypeMethodDescriptionvoidSegmentInstanceWithModel.doJobOnInput(InputBound<StackSequenceInput, SharedStateSegmentInstance<T>> input)