Uses of Class
org.anchoranalysis.plugin.annotation.comparison.AnnotationComparisonInput
| Package | Description |
|---|---|
| org.anchoranalysis.plugin.annotation.bean.comparison |
Task to compare a set of annotations to a segmentation or another set of annotations.
|
-
Uses of AnnotationComparisonInput in org.anchoranalysis.plugin.annotation.bean.comparison
Methods in org.anchoranalysis.plugin.annotation.bean.comparison that return types with arguments of type AnnotationComparisonInput Modifier and Type Method Description org.anchoranalysis.io.input.InputsWithDirectory<AnnotationComparisonInput<T>>AnnotationComparisonInputManager. inputs(org.anchoranalysis.io.input.bean.InputManagerParameters parameters)Method parameters in org.anchoranalysis.plugin.annotation.bean.comparison with type arguments of type AnnotationComparisonInput Modifier and Type Method Description ComparisonSharedState<T>CompareAnnotations. beforeAnyJobIsExecuted(org.anchoranalysis.io.output.outputter.Outputter outputter, org.anchoranalysis.inference.concurrency.ConcurrencyPlan concurrencyPlan, List<AnnotationComparisonInput<org.anchoranalysis.image.io.stack.input.ProvidesStackInput>> inputs, org.anchoranalysis.experiment.task.ParametersExperiment parameters)voidCompareAnnotations. doJobOnInput(org.anchoranalysis.experiment.task.InputBound<AnnotationComparisonInput<org.anchoranalysis.image.io.stack.input.ProvidesStackInput>,ComparisonSharedState<T>> input)