Package qupath.lib.objects.classes
Class PathClass.StandardPathClasses
java.lang.Object
qupath.lib.objects.classes.PathClass.StandardPathClasses
- Enclosing class:
- PathClass
Enum representing standard classifications. Exists mostly to ensure consisting naming (including capitalization).
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PathClassIgnore classification, indicating what should not be further measured (e.g.static final PathClassRoot object classificationstatic final PathClassImmune cell classificationstatic final PathClassNecrosis classificationstatic final PathClassGeneral class to represent something 'negative'static final PathClassOther classificationstatic final PathClassGeneral class to represent something 'positive'static final PathClassRegion class.static final PathClassStroma classificationstatic final PathClassTumor classification -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
TUMOR
Tumor classification -
STROMA
Stroma classification -
IMMUNE_CELLS
Immune cell classification -
IGNORE
Ignore classification, indicating what should not be further measured (e.g. background, whitespace) -
IMAGE_ROOT
Root object classification -
NECROSIS
Necrosis classification -
OTHER
Other classification -
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
General class to represent something 'positive' -
NEGATIVE
General class to represent something 'negative'
-
-
Constructor Details
-
StandardPathClasses
public StandardPathClasses()
-