Package qupath.lib.objects
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
- 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'.
- Author:
- Pete Bankhead
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class qupath.lib.objects.PathDetectionObject
createEmptyMeasurementList, getMetadata, isEditable
Methods inherited from class qupath.lib.objects.PathROIObject
getClassProbability, getPathClass, getROI, isLocked, readExternal, setLocked, setPathClass, setROI, writeExternal
Methods inherited from class qupath.lib.objects.PathObject
addChildObject, addChildObjects, addPathObject, addPathObjects, clearChildObjects, clearMetadataMap, clearPathObjects, getChildObjects, getChildObjects, getChildObjectsAsArray, getClassifications, getColor, getColorRGB, getDescendantObjects, getDisplayedName, getID, getLevel, getMeasurementList, getMeasurements, getName, getParent, getUnmodifiableMetadataMap, hasChildObjects, hasChildren, hasMeasurements, hasROI, isAnnotation, isCell, isDetection, isRootObject, isTile, isTMACore, nChildObjects, nDescendants, objectCountPostfix, refreshID, removeChildObject, removeChildObjects, removePathObject, removePathObjects, resetPathClass, retrieveMetadataKeys, retrieveMetadataValue, setClassifications, setColor, setColor, setColorRGB, setID, setName, setPathClass, storeMetadataValue, toString
-
Constructor Details
-
PathTileObject
public PathTileObject()Default constructor. Should not be used directly, instead usePathObjects.createTileObject(ROI)
. -
PathTileObject
-