Class PathDetectionObject

All Implemented Interfaces:
Externalizable, Serializable, MinimalMetadataStore
Direct Known Subclasses:
PathCellObject, PathTileObject

public class PathDetectionObject extends PathROIObject
A detection PathObject.

Detections tend to be very numerous (e.g. millions of nuclei, each one a detection), and so need to be represented and displayed very efficiently.

See Also:
  • Constructor Details

    • PathDetectionObject

      public PathDetectionObject()
      Default constructor. Should not be used directly, instead use PathObjects.createDetectionObject(ROI).
    • PathDetectionObject

      protected PathDetectionObject(ROI pathROI, PathClass pathClass)
      Create a new PathDetectionObject with a float measurement list.
      Parameters:
      pathROI -
      pathClass -
  • Method Details