Uses of Class
org.anchoranalysis.plugin.image.task.labeller.FileLabelMap
| Package | Description |
|---|---|
| org.anchoranalysis.plugin.image.task.labeller |
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 FileLabelMap Modifier and Type Method Description FileLabelMap<String>ImageCSVLabellerInitialization. getLabelMap()The map associating file identifiers with labels.static FileLabelMap<String>FileLabelMap. readFromCSV(Path csvPath, boolean quotedStrings)Reads aFileLabelMapfrom a CSV file.Constructors in org.anchoranalysis.plugin.image.task.labeller with parameters of type FileLabelMap Constructor Description ImageCSVLabellerInitialization(FileLabelMap<String> labelMap)