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 TypeClassDescriptionclassLabels images using a binary classifier.classAbstract base class for image labellers that produce binary outcomes (positive or negative).classLabels images based on whether their descriptive name contains a specific string.classLabels images based on a CSV file containing image identifiers and corresponding labels.classMaps 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 TypeMethodDescriptionvoidImageLabellerStringMap.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 ImageLabellerModifierConstructorDescriptionSharedStateFilteredImageOutput(Outputter baseOutputter, ImageLabeller<T> filter, String outputNameMapping, String outputNameImages) Creates a newSharedStateFilteredImageOutput.