Package org.anchoranalysis.plugin.annotation.bean.strategy

Strategies for how to annotate an image, such label per image etc.
  • Class Summary 
    Class Description
    ImageLabelStrategy
    Assigns a single label per image, as a whole.
    MarkProposerStrategy
    Annotates each image with a mark using a mark proposer and points fitter.
    PathFromGenerator
    Utility class for deriving paths from a generator.
    ReadAnnotationFromFile
    Utility class for reading ImageLabelAnnotation from a file.
    SinglePathStrategy
    A base class for implementations of AnnotatorStrategy where a single unique path exists for every annotation.