Uses of Class
org.anchoranalysis.plugin.image.task.bean.labeller.ImageLabeller
| Package | Description |
|---|---|
| org.anchoranalysis.plugin.image.task.bean.labeller |
Associating labels with images.
|
| org.anchoranalysis.plugin.image.task.labeller |
Non-bean classes about labelling images.
|
-
Uses of ImageLabeller in org.anchoranalysis.plugin.image.task.bean.labeller
Subclasses of ImageLabeller in org.anchoranalysis.plugin.image.task.bean.labeller Modifier and Type Class Description classBinaryClassifierImageLabellerLabels images using a binary classifier.classBinaryOutcomeImageLabellerAbstract base class for image labellers that produce binary outcomes (positive or negative).classDescriptiveNameContainsImageLabellerLabels images based on whether their descriptive name contains a specific string.classImageCSVLabellerLabels images based on a CSV file containing image identifiers and corresponding labels.classImageLabellerStringMap<T>Maps one set of labels to anotherMethods in org.anchoranalysis.plugin.image.task.bean.labeller that return ImageLabeller Modifier and Type Method Description ImageLabeller<T>ImageLabellerStringMap. getFilter()ImageLabeller<T>ImageAssignLabel. getImageLabeller()Maps a label to an imageMethods in org.anchoranalysis.plugin.image.task.bean.labeller with parameters of type ImageLabeller Modifier and Type Method Description voidImageLabellerStringMap. setFilter(ImageLabeller<T> filter)voidImageAssignLabel. setImageLabeller(ImageLabeller<T> imageLabeller)Maps a label to an image -
Uses of ImageLabeller in org.anchoranalysis.plugin.image.task.labeller
Constructors in org.anchoranalysis.plugin.image.task.labeller with parameters of type ImageLabeller Constructor Description SharedStateFilteredImageOutput(org.anchoranalysis.io.output.outputter.Outputter baseOutputter, ImageLabeller<T> filter, String outputNameMapping, String outputNameImages)Creates a newSharedStateFilteredImageOutput.