Uses of Class
org.anchoranalysis.plugin.image.task.segment.SharedStateSegmentInstance
| Package | Description |
|---|---|
| org.anchoranalysis.plugin.image.task.bean.segment |
Tasks to segment an image.
|
-
Uses of SharedStateSegmentInstance in org.anchoranalysis.plugin.image.task.bean.segment
Methods in org.anchoranalysis.plugin.image.task.bean.segment that return SharedStateSegmentInstance Modifier and Type Method Description SharedStateSegmentInstance<T>SegmentInstanceWithModel. beforeAnyJobIsExecuted(org.anchoranalysis.io.output.outputter.Outputter outputter, org.anchoranalysis.inference.concurrency.ConcurrencyPlan plan, List<org.anchoranalysis.image.io.stack.input.StackSequenceInput> inputs, org.anchoranalysis.experiment.task.ParametersExperiment parameters)Methods in org.anchoranalysis.plugin.image.task.bean.segment with parameters of type SharedStateSegmentInstance Modifier and Type Method Description voidSegmentInstanceWithModel. afterAllJobsAreExecuted(SharedStateSegmentInstance<T> sharedState, org.anchoranalysis.io.output.outputter.InputOutputContext context)Method parameters in org.anchoranalysis.plugin.image.task.bean.segment with type arguments of type SharedStateSegmentInstance Modifier and Type Method Description voidSegmentInstanceWithModel. doJobOnInput(org.anchoranalysis.experiment.task.InputBound<org.anchoranalysis.image.io.stack.input.StackSequenceInput,SharedStateSegmentInstance<T>> input)