Class PathTileObject
java.lang.Object
qupath.lib.objects.PathObject
qupath.lib.objects.PathROIObject
qupath.lib.objects.PathDetectionObject
qupath.lib.objects.PathTileObject
- All Implemented Interfaces:
Externalizable, Serializable, MinimalMetadataStore
- Direct Known Subclasses:
ParallelTileObject
A subclass of PathDetectionObject, generally used to represent an image region that doesn't
(in itself) correspond to any particularly interesting structure.
Examples include square tiles or irregularly-shaped 'superpixels'.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class PathDetectionObject
createEmptyMeasurementList, isEditableMethods inherited from class PathROIObject
getClassProbability, getPathClass, getROI, isLocked, readExternal, setLocked, setPathClass, setROI, writeExternalMethods inherited from class PathObject
addChildObject, addChildObjects, clearChildObjects, clearMetadataMap, getChildObjects, getChildObjects, getChildObjectsAsArray, getClassification, getClassifications, getColor, getDescendantObjects, getDisplayedName, getID, getLevel, getMeasurementList, getMeasurements, getMetadata, getName, getParent, getUnmodifiableMetadataMap, hasChildObjects, hasMeasurements, hasMetadata, hasROI, isAnnotation, isCell, isDetection, isRootObject, isTile, isTMACore, nChildObjects, nDescendants, objectCountPostfix, refreshID, removeChildObject, removeChildObjects, resetPathClass, retrieveMetadataKeys, retrieveMetadataValue, setClassification, setClassification, setClassifications, setColor, setColor, setID, setName, setPathClass, storeMetadataValue, toString
-
Constructor Details
-
PathTileObject
public PathTileObject()Default constructor. Should not be used directly, instead usePathObjects.createTileObject(ROI). -
PathTileObject
-