Uses of Class
org.anchoranalysis.annotation.image.ImageLabelAnnotation
Packages that use ImageLabelAnnotation
Package
Description
Reading and writing whole-image label annotations.
Strategies for how to annotate an image, such label per image etc.
-
Uses of ImageLabelAnnotation in org.anchoranalysis.annotation.io.image
Methods in org.anchoranalysis.annotation.io.image that return types with arguments of type ImageLabelAnnotationModifier and TypeMethodDescriptionImageLabelAnnotationReader.read(Path path, OperationContext context) Methods in org.anchoranalysis.annotation.io.image with parameters of type ImageLabelAnnotationModifier and TypeMethodDescriptionvoidImageLabelAnnotationWriter.write(ImageLabelAnnotation annotation, Path path) -
Uses of ImageLabelAnnotation in org.anchoranalysis.plugin.annotation.bean.strategy
Methods in org.anchoranalysis.plugin.annotation.bean.strategy that return types with arguments of type ImageLabelAnnotationModifier and TypeMethodDescriptionstatic Optional<ImageLabelAnnotation> ReadAnnotationFromFile.readAssumeExists(Path path, OperationContext context) Reads anImageLabelAnnotationfrom a file, assuming the file exists.static Optional<ImageLabelAnnotation> ReadAnnotationFromFile.readCheckExists(Path path, OperationContext context) Reads anImageLabelAnnotationfrom a file if it exists.