annotatR represents annotations with a small set of S3 classes. This page collects them so they can be cross-referenced from the documentation.
annot_imageA backend-agnostic image handle holding metadata and a lazy tile accessor. Created by
at_read_image()orat_example_image().annot_roiA single region of interest: an
sfgeometry in image pixel coordinates at a declared pyramid level. Created by theat_roi_*()constructors.annot_layerA named collection of ROIs sharing a label vocabulary and a visual style. Created by
at_layer().annot_projectAn image plus a named set of layers and provenance. Created by
at_project().annot_sessionA resumable batch-annotation session over a queue of images. Created by
at_session().annot_maskA rasterised mask: a labelled or binary integer matrix with a legend. Created by
at_mask().annot_styleA layer style specification. Created by
at_style().annot_summaryA compact per-label project summary. Created by
at_summary().