Uses of Class
org.anchoranalysis.annotation.io.bean.AnnotatorStrategy
Packages that use AnnotatorStrategy
Package
Description
Reading and writing annotations to the filesystem.
Beans related to reading / writing / specifying annotations.
Beans to combine two or more annotations.
FilesProviders for providing annotations.Strategies for how to annotate an image, such label per image etc.
-
Uses of AnnotatorStrategy in org.anchoranalysis.annotation.io
Classes in org.anchoranalysis.annotation.io with type parameters of type AnnotatorStrategyModifier and TypeClassDescriptionclassAnnotationWithStrategy<T extends AnnotatorStrategy>One particular annotation, associated with its strategy. -
Uses of AnnotatorStrategy in org.anchoranalysis.annotation.io.bean
Classes in org.anchoranalysis.annotation.io.bean with type parameters of type AnnotatorStrategyModifier and TypeClassDescriptionclassAnnotationInputManager<T extends ProvidesStackInput,S extends AnnotatorStrategy> AnInputManagerthat provides annotations corresponding to images. -
Uses of AnnotatorStrategy in org.anchoranalysis.plugin.annotation.bean.aggregate
Classes in org.anchoranalysis.plugin.annotation.bean.aggregate with type parameters of type AnnotatorStrategyModifier and TypeClassDescriptionclassAggregateAnnotations<S extends AnnotatorStrategy>Aggregates many per-image annotations together in form of a CSV file. -
Uses of AnnotatorStrategy in org.anchoranalysis.plugin.annotation.bean.file
Classes in org.anchoranalysis.plugin.annotation.bean.file with type parameters of type AnnotatorStrategyModifier and TypeClassDescriptionclassFromAnnotations<T extends AnnotatorStrategy>Provides files associated with annotations. -
Uses of AnnotatorStrategy in org.anchoranalysis.plugin.annotation.bean.strategy
Subclasses of AnnotatorStrategy in org.anchoranalysis.plugin.annotation.bean.strategyModifier and TypeClassDescriptionclassAssigns a single label per image, as a whole.classAnnotates each image with a mark using a mark proposer and points fitter.classA base class for implementations ofAnnotatorStrategywhere a single unique path exists for every annotation.