Uses of Class
org.anchoranalysis.plugin.image.task.bean.labeller.ImageLabeller
Packages that use ImageLabeller
Package
Description
Associating labels with images.
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.labellerModifier and TypeClassDescriptionclass
Labels images using a binary classifier.class
Abstract base class for image labellers that produce binary outcomes (positive or negative).class
Labels images based on whether their descriptive name contains a specific string.class
Labels images based on a CSV file containing image identifiers and corresponding labels.class
Maps one set of labels to anotherMethods in org.anchoranalysis.plugin.image.task.bean.labeller that return ImageLabellerModifier and TypeMethodDescriptionImageLabellerStringMap.getFilter()
ImageAssignLabel.getImageLabeller()
Maps a label to an imageMethods in org.anchoranalysis.plugin.image.task.bean.labeller with parameters of type ImageLabellerModifier and TypeMethodDescriptionvoid
ImageLabellerStringMap.setFilter
(ImageLabeller<T> filter) void
ImageAssignLabel.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 ImageLabellerModifierConstructorDescriptionSharedStateFilteredImageOutput
(Outputter baseOutputter, ImageLabeller<T> filter, String outputNameMapping, String outputNameImages) Creates a newSharedStateFilteredImageOutput
.