Class PathTileObject

All Implemented Interfaces:
Externalizable, Serializable
Direct Known Subclasses:
ParallelTileObject

public class PathTileObject extends PathDetectionObject
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 Details

    • PathTileObject

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

      protected PathTileObject(ROI pathROI)