Annotation Types

  • Class labels: tags that identify specific features, patterns or classes in images. They can be given for a whole image or for individual structures within it.
  • Bounding boxes: rectangles completely enclosing a structure of interest within an image.
  • Counts: number of objects, such as cells, found in an image.
  • Derived annotations: additional analytical data extracted from the images. For example, the image point spread function,the signal to noise ratio, focus information...
  • Geometrical annotations: polygons and shapes that outline a region of interest in the image. These can be geometrical primitives, 2D polygons, 3D meshes...
  • Graphs: graphical representations of the morphology, connectivity, or spatial arrangement of biological structures in an image. Graphs, such as skeletons or connectivity diagrams, typically consist of nodes and edges, where nodes represent individual elements or regions and edges represent the connections or interactions between them.
  • Point annotations: X, Y, and Z coordinates of a point of interest in an image (for example an object’s centroid or landmarks).
  • Segmentation masks: an image, the same size as the source image, with the value of each pixel representing some biological identity or background region.
  • Tracks: annotations marking the movement or trajectory of objects within a sequence of bioimages.
  • Weak annotations: rough imprecise annotations that are fast to generate. These annotations are used, for example, to detect an object without providing accurate boundaries.