Uses of Interface
org.anchoranalysis.annotation.Annotation
Packages that use Annotation
Package
Description
Annotations that apply to an image as a whole.
Reading and writing annotations to the filesystem.
Annotations that use one or more marks to describe entities in an image.
-
Uses of Annotation in org.anchoranalysis.annotation.image
Classes in org.anchoranalysis.annotation.image that implement AnnotationModifier and TypeClassDescriptionfinal class
A single label that is associated with an image. -
Uses of Annotation in org.anchoranalysis.annotation.io
Classes in org.anchoranalysis.annotation.io with type parameters of type AnnotationModifier and TypeInterfaceDescriptioninterface
AnnotationReader<T extends Annotation>
Allows an annotation to be read from the file-system.interface
AnnotationWriter<T extends Annotation>
Allows an annotation to be written to the file-system. -
Uses of Annotation in org.anchoranalysis.annotation.mark
Subinterfaces of Annotation in org.anchoranalysis.annotation.markModifier and TypeInterfaceDescriptioninterface
An image-annotation that involves a mark-collection.Classes in org.anchoranalysis.annotation.mark that implement AnnotationModifier and TypeClassDescriptionclass
An annotation that consists of two sets of marks, accepted and rejected.