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
Modifier and TypeFieldDescriptionstatic final PathClass
Ignore classification, indicating what should not be further measured (e.g.static final PathClass
Root object classificationstatic final PathClass
Immune cell classificationstatic final PathClass
Necrosis classificationstatic final PathClass
General class to represent something 'negative'static final PathClass
Other classificationstatic final PathClass
General class to represent something 'positive'static final PathClass
Region class.static final PathClass
Stroma classificationstatic final PathClass
Tumor classification -
Constructor Summary
-
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()
-