Class StackArrangement

Object
org.anchoranalysis.image.bean.nonbean.spatial.arrange.StackArrangement
All Implemented Interfaces:
Iterable<BoundingBoxEnclosed>

public final class StackArrangement
extends Object
implements Iterable<BoundingBoxEnclosed>
A list of BoundingBoxes that indicate where to locate corresponding Stacks on a unified larger image.
Author:
Owen Feehan
  • Constructor Details

    • StackArrangement

      public StackArrangement​(org.anchoranalysis.spatial.box.Extent extent)
      Create with the overall Extent and no boxes.
      Parameters:
      extent - the size of the larger image in which all the BoundingBoxes in list must fully reside.
    • StackArrangement

      public StackArrangement​(org.anchoranalysis.spatial.box.Extent extent, org.anchoranalysis.spatial.box.BoundingBox box)
      Create with a single BoundingBox.
      Parameters:
      extent - the size of the larger image in which all the BoundingBoxes in list must fully reside.
      box - the BoundingBox.
    • StackArrangement

      public StackArrangement​(org.anchoranalysis.spatial.box.Extent extent, List<BoundingBoxEnclosed> boxes)
  • Method Details