Class PathClass.StandardPathClasses

java.lang.Object
qupath.lib.objects.classes.PathClass.StandardPathClasses
Enclosing class:
PathClass

public static class PathClass.StandardPathClasses extends Object
Enum representing standard classifications. Exists mostly to ensure consisting naming (including capitalization).
  • Field Details

    • TUMOR

      public static final PathClass TUMOR
      Tumor classification
    • STROMA

      public static final PathClass STROMA
      Stroma classification
    • IMMUNE_CELLS

      public static final PathClass IMMUNE_CELLS
      Immune cell classification
    • IGNORE

      public static final PathClass IGNORE
      Ignore classification, indicating what should not be further measured (e.g. background, whitespace)
    • IMAGE_ROOT

      public static final PathClass IMAGE_ROOT
      Root object classification
    • NECROSIS

      public static final PathClass NECROSIS
      Necrosis classification
    • OTHER

      public static final PathClass OTHER
      Other classification
    • REGION

      public static final PathClass REGION
      Region class. This behaves slightly differently from other classes, e.g. it is not filled in when applied to annotations. Consequently it is good to heavily annotated regions, or possibly detected tissue containing further annotations inside.
    • POSITIVE

      public static final PathClass POSITIVE
      General class to represent something 'positive'
    • NEGATIVE

      public static final PathClass NEGATIVE
      General class to represent something 'negative'
  • Constructor Details

    • StandardPathClasses

      public StandardPathClasses()