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.
FilesProvider
s 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 TypeClassDescriptionclass
AnnotationWithStrategy<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 TypeClassDescriptionclass
AnnotationInputManager<T extends ProvidesStackInput,
S extends AnnotatorStrategy> AnInputManager
that 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 TypeClassDescriptionclass
AggregateAnnotations<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 TypeClassDescriptionclass
FromAnnotations<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 TypeClassDescriptionclass
Assigns a single label per image, as a whole.class
Annotates each image with a mark using a mark proposer and points fitter.class
A base class for implementations ofAnnotatorStrategy
where a single unique path exists for every annotation.