Uses of Class
org.anchoranalysis.plugin.image.task.labeller.FileLabelMap
Packages that use FileLabelMap
Package
Description
Non-bean classes about labelling images.
-
Uses of FileLabelMap in org.anchoranalysis.plugin.image.task.labeller
Methods in org.anchoranalysis.plugin.image.task.labeller that return FileLabelMapModifier and TypeMethodDescriptionImageCSVLabellerInitialization.getLabelMap()
The map associating file identifiers with labels.static FileLabelMap
<String> FileLabelMap.readFromCSV
(Path csvPath, boolean quotedStrings) Reads aFileLabelMap
from a CSV file.Constructors in org.anchoranalysis.plugin.image.task.labeller with parameters of type FileLabelMapModifierConstructorDescriptionImageCSVLabellerInitialization
(FileLabelMap<String> labelMap) Creates a newImageCSVLabellerInitialization
instance.